Skip to content

Commit bb67650

Browse files
committed
a
1 parent 63d6218 commit bb67650

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/regenerate-reference-manual.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ jobs:
4141

4242
- name: Commit
4343
run: |
44-
#git config user.name "${GITHUB_ACTOR}"
45-
#git config user.email "${GITHUB_ACTOR}@users.noreply.github.com"
44+
git config user.name "${GITHUB_ACTOR}"
45+
git config user.email "${GITHUB_ACTOR}@users.noreply.github.com"
4646
4747
git add Reference_Manual.md
4848
git commit -m "Regenerate reference manual from template" || true

0 commit comments

Comments
 (0)