simpler
This commit is contained in:
parent
91e69b4d03
commit
1f04bfb35e
@ -22,12 +22,9 @@ jobs:
|
|||||||
lfs-clone-public:
|
lfs-clone-public:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Preflight
|
- run: pwd && ls -R
|
||||||
run: pwd && ls -R
|
- run: git init -b ${{ gitea.head_ref }}
|
||||||
- name: Git clone
|
- run: git remote add origin https://git.shockrah.xyz/shockrah/test.git
|
||||||
run: git clone --depth 1 https://git.shockrah.xyz/shockrah/test.git
|
- run: git pull
|
||||||
- name: Setup git lfs
|
- run: git lfs pull
|
||||||
run: git lfs pull && pwd
|
- run: pwd && ls -Ral
|
||||||
working-directory: ${{ github.event.repository.name }}
|
|
||||||
- name: Detailed file listing
|
|
||||||
run: pwd && ls -laRt
|
|
||||||
|
Loading…
Reference in New Issue
Block a user