We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fda0c1d commit b583ebbCopy full SHA for b583ebb
.github/workflows/sync-chains.yml
@@ -42,8 +42,8 @@ jobs:
42
- name: Commit Changes
43
if: env.CHANGES_FOUND == 'true'
44
run: |
45
- git config --local user.email "action@github.com"
46
- git config --local user.name "GitHub Action"
+ git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
+ git config --local user.name "github-actions[bot]"
47
git add -A
48
git commit -m "chore(chains): sync from db"
49
0 commit comments