Use GITHUB_ACTOR instead of args

This commit is contained in:
Stefan Zweifel
2019-09-20 20:34:57 +02:00
parent 97f9868da0
commit 5adbb8cb3e
3 changed files with 1 additions and 13 deletions

View File

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