From c895b6ee0dfbc24558a528bb13d954ad70ac98c7 Mon Sep 17 00:00:00 2001 From: Sam Hoffman Date: Wed, 16 Mar 2022 20:38:50 -0600 Subject: [PATCH] remove period --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 3525b7b..6251276 100644 --- a/action.yml +++ b/action.yml @@ -24,7 +24,7 @@ runs: - name: Create LFS file list run: | - git lfs ls-files --long --include "${{ inputs.include }}" --exclude "${{ inputs.exclude }}" . | cut -d ' ' -f1 | sort > .lfs-assets-id + git lfs ls-files --long --include "${{ inputs.include }}" --exclude "${{ inputs.exclude }}" | cut -d ' ' -f1 | sort > .lfs-assets-id shell: bash - name: Restore LFS cache