mirror of
https://github.com/stefanzweifel/git-auto-commit-action.git
synced 2024-11-06 02:08:05 +00:00
Updates
This commit is contained in:
parent
fbe300afdf
commit
ef070dad05
@ -49,7 +49,8 @@ then
|
||||
# git checkout $PUSH_BRANCH
|
||||
git add .
|
||||
git commit -m "$INPUT_COMMIT_MESSAGE" --author="$INPUT_COMMIT_AUTHOR_NAME <$INPUT_COMMIT_AUTHOR_EMAIL>" || echo "No changes found. Nothing to commit."
|
||||
git push --set-upstream origin "${GITHUB_REF:11}"
|
||||
git push -u origin HEAD
|
||||
# git push --set-upstream origin "${GITHUB_REF:11}"
|
||||
# git push --set-upstream origin $PUSH_BRANCH
|
||||
else
|
||||
echo "Working tree clean. Nothing to commit."
|
||||
|
Loading…
Reference in New Issue
Block a user