Skip to content

Commit

Permalink
Merge pull request #5 from sam-hoffman/main
Browse files Browse the repository at this point in the history
Add quotes and remove period!
  • Loading branch information
nschloe authored Mar 17, 2022
2 parents 7d1bf17 + c895b6e commit 354ab66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -35,5 +35,5 @@ runs:
key: lfs-${{ hashFiles('.lfs-assets-id') }}-v1

- name: Git LFS Pull
run: git lfs pull --include ${{ inputs.include }} --exclude ${{ inputs.exclude }}
run: git lfs pull --include "${{ inputs.include }}" --exclude "${{ inputs.exclude }}"
shell: bash

0 comments on commit 354ab66

Please sign in to comment.