Check pwd

This commit is contained in:
shockrah 2024-09-29 13:58:17 -07:00
parent d46f2919e5
commit b15e23e97a

View File

@ -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