yaml syntax fix

This commit is contained in:
shockrah 2024-09-29 13:53:23 -07:00
parent 00d4686f74
commit 10e18b74e4

View File

@ -19,15 +19,12 @@ jobs:
run: |
ls ${{ gitea.workspace }}
- run: echo "🍏 This job's status is ${{ job.status }}."
full-clone-public:
0-depth-clone:
- name: Git clone
run: git clone --depth 0 ${{ gitea.repositoryUrl }}
- name: Setup git lfs
run: git lfs pull
working-directory: ${{ github.event.repository.name }}
- name: Detailed file listing
run: pwd && ls -laRt
full-clone-public:
0-depth-clone:
- name: Git clone
run: git clone --depth 0 ${{ gitea.repositoryUrl }}
- name: Setup git lfs
run: git lfs pull
working-directory: ${{ github.event.repository.name }}
- name: Detailed file listing
run: pwd && ls -laRt