Support commit options, update README.md accordingly

This commit is contained in:
gomorizsolt
2019-10-31 09:02:56 +01:00
parent a607c57aa4
commit a65a3a47cd
3 changed files with 7 additions and 1 deletions

View File

@@ -38,7 +38,7 @@ then
git add $INPUT_FILE_PATTERN
fi
git commit -m "$INPUT_COMMIT_MESSAGE" --author="$GITHUB_ACTOR <$GITHUB_ACTOR@users.noreply.github.com>"
git commit -m "$INPUT_COMMIT_MESSAGE" --author="$GITHUB_ACTOR <$GITHUB_ACTOR@users.noreply.github.com>" $INPUT_COMMIT_OPTIONS
git push --set-upstream origin "HEAD:$INPUT_BRANCH"
else