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