Skip to content

Commit

Permalink
remove period
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Hoffman committed Mar 17, 2022
1 parent 6e17e76 commit c895b6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 Down

0 comments on commit c895b6e

Please sign in to comment.