Skip to content

Commit 4cc98cd

Browse files
committed
fix: use github-actions bot identity for autofix push [test]
1 parent d3ccc7d commit 4cc98cd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/docs-autofix.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ jobs:
5959
- name: Commit and push changes
6060
if: steps.check_changes.outputs.changed == 'true'
6161
run: |
62-
git config --local user.email "action@github.com"
63-
git config --local user.name "GitHub Action"
62+
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
63+
git config --local user.name "github-actions[bot]"
6464
git add docs
6565
git commit -m "docs: normalize image paths and update references [skip ci]"
66-
git push
66+
git push origin master

0 commit comments

Comments
 (0)