We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 524d201 commit 45e19cfCopy full SHA for 45e19cf
action.yml
@@ -88,8 +88,9 @@ runs:
88
if: |
89
steps.cache-lfs.outputs.cache-hit != 'true' &&
90
inputs.type == 'producer'
91
+ shell: bash
92
working-directory: ${{github.workspace}}/lfs_data_cache/lfs_data
- run: git lfs fetch --all && git lfs checkout
93
+ run: git lfs pull
94
95
- name: Upload LFS artifact
96
if: inputs.type == 'producer'
0 commit comments