Fixed Copy&Paste Residue

This commit is contained in:
2020-03-18 13:45:20 +01:00
parent 787a7d7e68
commit a8ec52e0a2
2 changed files with 1 additions and 2 deletions

View File

@@ -52,7 +52,6 @@ then
git commit -m "$INPUT_COMMIT_MESSAGE" --author="$GITHUB_ACTOR <$GITHUB_ACTOR@users.noreply.github.com>" ${INPUT_COMMIT_OPTIONS:+"$INPUT_COMMIT_OPTIONS"}
_git_push
echo "Changes pushed successfully."
fi
else
echo "Nothing to commit. Exiting."
fi