yaml syntax fix
This commit is contained in:
parent
00d4686f74
commit
10e18b74e4
@ -19,15 +19,12 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
ls ${{ gitea.workspace }}
|
ls ${{ gitea.workspace }}
|
||||||
- run: echo "🍏 This job's status is ${{ job.status }}."
|
- run: echo "🍏 This job's status is ${{ job.status }}."
|
||||||
|
full-clone-public:
|
||||||
|
0-depth-clone:
|
||||||
|
- name: Git clone
|
||||||
full-clone-public:
|
run: git clone --depth 0 ${{ gitea.repositoryUrl }}
|
||||||
0-depth-clone:
|
- name: Setup git lfs
|
||||||
- name: Git clone
|
run: git lfs pull
|
||||||
run: git clone --depth 0 ${{ gitea.repositoryUrl }}
|
working-directory: ${{ github.event.repository.name }}
|
||||||
- name: Setup git lfs
|
- name: Detailed file listing
|
||||||
run: git lfs pull
|
run: pwd && ls -laRt
|
||||||
working-directory: ${{ github.event.repository.name }}
|
|
||||||
- name: Detailed file listing
|
|
||||||
run: pwd && ls -laRt
|
|
||||||
|
Loading…
Reference in New Issue
Block a user