We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e2e277 commit 63d6218Copy full SHA for 63d6218
.github/workflows/regenerate-reference-manual.yml
@@ -45,5 +45,5 @@ jobs:
45
#git config user.email "${GITHUB_ACTOR}@users.noreply.github.com"
46
47
git add Reference_Manual.md
48
- git commit -m "Regenerate reference manual from template"
49
- git push
+ git commit -m "Regenerate reference manual from template" || true
+ git push origin HEAD
0 commit comments