Check pwd
This commit is contained in:
parent
d46f2919e5
commit
b15e23e97a
@ -23,9 +23,9 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Git clone
|
||||
run: git clone --depth 1 https://git.shockrah.xyz/shockrah/test.git
|
||||
run: git clone --depth 1 https://git.shockrah.xyz/shockrah/test.git && pwd
|
||||
- name: Setup git lfs
|
||||
run: git lfs pull
|
||||
run: git lfs pull && pwd
|
||||
working-directory: ${{ github.event.repository.name }}
|
||||
- name: Detailed file listing
|
||||
run: pwd && ls -laRt
|
||||
|
Loading…
Reference in New Issue
Block a user