absolute paths 2
This commit is contained in:
parent
4d77a6a923
commit
f8c2778726
1 changed files with 1 additions and 1 deletions
2
.github/workflows/checkout.yml
vendored
2
.github/workflows/checkout.yml
vendored
|
|
@ -18,4 +18,4 @@ jobs:
|
||||||
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 .
|
run: find $(pwd)
|
||||||
Loading…
Reference in a new issue