fix: dichotomying
This commit is contained in:
14
action.yaml
14
action.yaml
@ -20,13 +20,13 @@ runs:
|
||||
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' }}
|
||||
# uses: actions/cache@v4
|
||||
# id: lfs-cache
|
||||
# with:
|
||||
# path: .git/lfs
|
||||
# key: ${{ runner.os }}-lfs-${{ hashFiles('.lfs-assets-id') }}
|
||||
- name: Restore LFS cache
|
||||
if: ${{ inputs.checkout-version == '3' }}
|
||||
uses: actions/cache@v4
|
||||
id: lfs-cache
|
||||
with:
|
||||
path: .git/lfs
|
||||
key: ${{ runner.os }}-lfs-${{ hashFiles('.lfs-assets-id') }}
|
||||
|
||||
- name: Checkout LFS
|
||||
if: ${{ inputs.checkout-version == '3' }}
|
||||
|
Reference in New Issue
Block a user