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

@@ -133,7 +133,7 @@ if [[ -n "$PREVIOUS_SHA" && -n "$CURRENT_SHA" && "$PREVIOUS_SHA" == "$CURRENT_SH
exit 1
fi
echo <<EOF >>"$GITHUB_OUTPUT"
echo <<EOF >> "$GITHUB_OUTPUT"
target_branch=$TARGET_BRANCH
current_branch=$CURRENT_BRANCH
previous_sha=$PREVIOUS_SHA