3
0
Fork 0
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:
Tonye Jack 2022-08-20 20:29:00 -06:00
parent 7179d77efe
commit 492c7bf391

View file

@ -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