Tetsing file listings and ls pull
This commit is contained in:
parent
dbaf82d0e1
commit
00d4686f74
@ -22,7 +22,12 @@ jobs:
|
||||
|
||||
|
||||
|
||||
#full-clone-public:
|
||||
# 0-depth-clone:
|
||||
# - name: Git clone
|
||||
# run: git clone --depth 0
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user