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 27
27
git config user.email [email protected]
28
28
git add doc/orgmode.txt
29
29
# 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)
31
31
32
32
api_docgen :
33
33
runs-on : ubuntu-latest
55
55
git config user.email [email protected]
56
56
git add doc/orgmode_api.txt
57
57
# 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