Skip to content

Commit 832f36c

Browse files
committed
fix: use github actor for committer
1 parent 9fa2ce7 commit 832f36c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-docs.yml

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

5454
- name: Commit changes
5555
run: |
56-
git config --global user.name 'github-actions'
57-
git config --global user.email 'github-actions@github.com'
56+
git config --global user.name "$GITHUB_ACTOR"
57+
git config --global user.email "$GITHUB_ACTOR@users.noreply.github.com"
5858
git add docs/
5959
git commit -m "ci(docs): Automated site build"
6060
git push

0 commit comments

Comments
 (0)