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