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 63d6218 commit bb67650Copy full SHA for bb67650
.github/workflows/regenerate-reference-manual.yml
@@ -41,8 +41,8 @@ jobs:
41
42
- name: Commit
43
run: |
44
- #git config user.name "${GITHUB_ACTOR}"
45
- #git config user.email "${GITHUB_ACTOR}@users.noreply.github.com"
+ git config user.name "${GITHUB_ACTOR}"
+ 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" || true
0 commit comments