Skip to content

Commit 80c39d2

Browse files
committed
Update GitHub Actions workflow to change commit author details for documentation updates, replacing the default GitHub Actions bot with specific user information.
1 parent cbd7c64 commit 80c39d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update_docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- run: |
5858
cd html-en
5959
git add .
60-
git config user.name "github-actions[bot]"
61-
git config user.email "github-actions[bot]@users.noreply.github.com"
60+
git config user.name "Chivier"
61+
git config user.email "chivier.humber@outlook.com"
6262
git commit -m 'update docs'
6363
git push -u origin main

0 commit comments

Comments
 (0)