Skip to content

Commit 45e19cf

Browse files
fix
1 parent 524d201 commit 45e19cf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,9 @@ runs:
8888
if: |
8989
steps.cache-lfs.outputs.cache-hit != 'true' &&
9090
inputs.type == 'producer'
91+
shell: bash
9192
working-directory: ${{github.workspace}}/lfs_data_cache/lfs_data
92-
run: git lfs fetch --all && git lfs checkout
93+
run: git lfs pull
9394

9495
- name: Upload LFS artifact
9596
if: inputs.type == 'producer'

0 commit comments

Comments
 (0)