use checkout instead of pull
This commit is contained in:
parent
4cd257d463
commit
464a7ec487
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ jobs:
|
|||
uses: actions/checkout@v4
|
||||
|
||||
- name: Retrieve LFS files
|
||||
run: git lfs pull
|
||||
run: git lfs checkout
|
||||
|
||||
- name: Copy export files
|
||||
run: |
|
||||
|
|
Reference in a new issue