Skip to content

Commit 6538edf

Browse files
committed
Remove hardcoded Git user configuration in documentation update workflow
1 parent c682704 commit 6538edf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/update_docs.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,5 @@ jobs:
4444
- run: |
4545
cd html-en
4646
git add .
47-
git config user.name "Chivier"
48-
git config user.email "[email protected]"
4947
git commit -m 'update docs'
5048
git push

0 commit comments

Comments
 (0)