fix: dichotomying
This commit is contained in:
@ -16,9 +16,9 @@ runs:
|
||||
with:
|
||||
lfs: false
|
||||
|
||||
#- name: Create LFS file list
|
||||
# if: ${{ inputs.checkout-version == '3' }}
|
||||
# run: /usr/bin/git lfs ls-files -l | cut -d' ' -f1 | sort > .lfs-assets-id
|
||||
- name: Create LFS file list
|
||||
if: ${{ inputs.checkout-version == '3' }}
|
||||
run: /usr/bin/git lfs ls-files -l | cut -d' ' -f1 | sort > .lfs-assets-id
|
||||
|
||||
#- name: Restore LFS cache
|
||||
# if: ${{ inputs.checkout-version == '3' }}
|
||||
|
Reference in New Issue
Block a user