Skip to content

Commit 37ce6fa

Browse files
authored
fix gh bot name (#501)
1 parent a381373 commit 37ce6fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/generate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ jobs:
5050
- name: Commit changes, if any
5151
if: steps.git-check.outputs.modified == 'true'
5252
run: |
53-
git config --local user.email "github-actions[bot]@users.noreply.github.com"
54-
git config --local user.name "github-actions[bot]"
53+
git config --local user.email "zoo-github-actions-auth[bot]@users.noreply.github.com"
54+
git config --local user.name "zoo-github-actions-auth[bot]"
5555
git remote set-url origin https://${{ github.actor }}:${GITHUB_TOKEN}@github.com/${{ github.repository }}.git
5656
git fetch origin
5757
git add .

0 commit comments

Comments
 (0)