This commit is contained in:
shockrah 2024-09-29 14:05:31 -07:00
parent 91e69b4d03
commit 1f04bfb35e

View File

@ -22,12 +22,9 @@ jobs:
lfs-clone-public:
runs-on: ubuntu-latest
steps:
- name: Preflight
run: pwd && ls -R
- name: Git clone
run: git clone --depth 1 https://git.shockrah.xyz/shockrah/test.git
- name: Setup git lfs
run: git lfs pull && pwd
working-directory: ${{ github.event.repository.name }}
- name: Detailed file listing
run: pwd && ls -laRt
- run: pwd && ls -R
- run: git init -b ${{ gitea.head_ref }}
- run: git remote add origin https://git.shockrah.xyz/shockrah/test.git
- run: git pull
- run: git lfs pull
- run: pwd && ls -Ral