absolute paths 4
This commit is contained in:
parent
f8c2778726
commit
63d9230dea
1 changed files with 3 additions and 3 deletions
6
.github/workflows/checkout.yml
vendored
6
.github/workflows/checkout.yml
vendored
|
|
@ -1,4 +1,4 @@
|
||||||
name: Create release from tag
|
name: Test checkout
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
|
@ -6,7 +6,7 @@ on:
|
||||||
- 'test*'
|
- 'test*'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
create_release:
|
test_checkout_no_actions:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
permissions:
|
permissions:
|
||||||
contents: write # needed to create releases
|
contents: write # needed to create releases
|
||||||
|
|
@ -16,6 +16,6 @@ jobs:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
env:
|
env:
|
||||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
run: gh repo clone $GITHUB_REPOSITORY -- --depth 1
|
run: gh repo clone $GITHUB_REPOSITORY . -- --depth 1
|
||||||
- name: List files
|
- name: List files
|
||||||
run: find $(pwd)
|
run: find $(pwd)
|
||||||
Loading…
Reference in a new issue