mirror of
https://github.com/tj-actions/changed-files
synced 2024-12-17 13:47:20 +00:00
fixed test
This commit is contained in:
parent
7179d77efe
commit
492c7bf391
1 changed files with 1 additions and 1 deletions
|
@ -179,7 +179,7 @@ runs:
|
|||
SHA=$(git log -1 --format="%H" --date=local --until="${{ inputs.until }}")
|
||||
echo "::set-output name=sha::$SHA"
|
||||
else
|
||||
echo "::set-output name=sha::${{ input.sha }}"
|
||||
echo "::set-output name=sha::${{ inputs.sha }}"
|
||||
fi
|
||||
id: sha
|
||||
shell: bash
|
||||
|
|
Loading…
Reference in a new issue