Add spaces

This commit is contained in:
Logan Pulley
2022-10-12 15:14:35 -05:00
parent 3750c5302c
commit 81520789a6
5 changed files with 23 additions and 23 deletions

View File

@@ -18,7 +18,7 @@ if [[ -n "$INPUT_SINCE" ]]; then
if [[ -z "$BASE_SHA" ]]; then
echo "::warning::The BASE_SHA for date '$INPUT_SINCE' couldn't be determined."
fi
echo "base_sha=$BASE_SHA" >>"$GITHUB_OUTPUT"
echo "base_sha=$BASE_SHA" >> "$GITHUB_OUTPUT"
elif [[ -n "$INPUT_BASE_SHA" ]]; then
echo "base_sha=$INPUT_BASE_SHA" >>"$GITHUB_OUTPUT"
echo "base_sha=$INPUT_BASE_SHA" >> "$GITHUB_OUTPUT"
fi