From c5fcb4c7773294f7044913494b85115ce0b64d96 Mon Sep 17 00:00:00 2001 From: Minimata Date: Thu, 19 Jun 2025 14:04:22 +0200 Subject: [PATCH] fix: dichotomying --- action.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/action.yaml b/action.yaml index ea39e0c..4290568 100644 --- a/action.yaml +++ b/action.yaml @@ -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' }}