1
0
mirror of https://github.com/stefanzweifel/git-auto-commit-action.git synced 2026-02-02 15:37:18 +08:00

Remove blank line

This commit is contained in:
gomorizsolt
2019-10-31 11:25:08 +01:00
parent b6dcf94303
commit 677efa2969

View File

@@ -46,7 +46,6 @@ then
git commit -m "$INPUT_COMMIT_MESSAGE" --author="$GITHUB_ACTOR <$GITHUB_ACTOR@users.noreply.github.com>" get_value "${INPUT_COMMIT_OPTIONS}" ''
git push --set-upstream origin "HEAD:$INPUT_BRANCH"
else
echo "Working tree clean. Nothing to commit."