File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2727 git config user.email github-actions@github.com
2828 git add doc/orgmode.txt
2929 # Only commit and push if we have changes
30- git diff --quiet && git diff --staged --quiet || (git commit -m "${COMMIT_MSG}"; git push -u $GH_TOKEN)
30+ git diff --quiet && git diff --staged --quiet || (git commit -m "${COMMIT_MSG}"; git push origin master -u $GH_TOKEN)
3131
3232 api_docgen :
3333 runs-on : ubuntu-latest
5555 git config user.email github-actions@github.com
5656 git add doc/orgmode_api.txt
5757 # Only commit and push if we have changes
58- git diff --quiet && git diff --staged --quiet || (git commit -m "${COMMIT_MSG}"; git push -u $GH_TOKEN)
58+ git diff --quiet && git diff --staged --quiet || (git commit -m "${COMMIT_MSG}"; git push origin master -u $GH_TOKEN)
You can’t perform that action at this time.
0 commit comments