Skip to content

Commit da2b4cf

Browse files
committed
Update GitHub Actions workflow for documentation updates: configure Git user details for automated commits and adjust push command to ensure proper branch tracking.
1 parent 5770d4a commit da2b4cf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/update_docs.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,5 +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"
6062
git commit -m 'update docs'
61-
git push
63+
git push -u origin master

0 commit comments

Comments
 (0)