Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
mwestphal committed Sep 4, 2024
1 parent acb5e7b commit 810d595
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,12 @@ runs:
- name: Set LFS sha env var without inputs
if: inputs.lfs_sha == ''
working-directory: ${{github.workspace}}/lfs-data-cache/lfs_source
id: lfs_sha_recover
shell: bash
run: echo "lfs_data_cache_sha=$(git log -n 1 --pretty=format:%H -- `git-lfs ls-files -n`)" >> $GITHUB_ENV

- name: Set LFS sha env var with inputs
if: inputs.lfs_sha != ''
working-directory: ${{github.workspace}}/lfs-data-cache/lfs_source
id: lfs_sha_recover
shell: bash
run: echo "lfs_data_cache_sha=${{inputs.lfs_sha}}" >> $GITHUB_ENV

Expand Down

0 comments on commit 810d595

Please sign in to comment.