Skip to content

Commit b583ebb

Browse files
authored
chore(chains): sync from db (#2698)
1 parent fda0c1d commit b583ebb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sync-chains.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ jobs:
4242
- name: Commit Changes
4343
if: env.CHANGES_FOUND == 'true'
4444
run: |
45-
git config --local user.email "action@github.com"
46-
git config --local user.name "GitHub Action"
45+
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
46+
git config --local user.name "github-actions[bot]"
4747
git add -A
4848
git commit -m "chore(chains): sync from db"
4949

0 commit comments

Comments
 (0)