Skip to content

Commit fb3dcc0

Browse files
Update jsonBot.yml
1 parent 003791b commit fb3dcc0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/jsonBot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ jobs:
3131
3232
- name: Commit changes
3333
run: |
34-
git config --global user.name "github-actions"
35-
git config --global user.email "github-actions@github.com"
34+
git config user.name "github-actions[bot]"
35+
git config user.email "github-actions[bot]@users.noreply.github.com"
3636
git add package.json
3737
git commit -m "Auto-update docs file list" || echo "No changes to commit"
3838
git push

0 commit comments

Comments
 (0)