Skip to content

Commit ce368e4

Browse files
authored
Update check-badges.yml
1 parent 686e375 commit ce368e4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/check-badges.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@ jobs:
3131
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3232
run: node check-badges.js
3333

34+
- name: Set Git user identity
35+
run: |
36+
git config --local user.name "GitHub Actions Bot"
37+
git config --local user.email "[email protected]"
38+
3439
- name: Create a new branch for the PR
3540
run: |
3641
git checkout -b update-badges-$(date +%Y%m%d%H%M%S)

0 commit comments

Comments
 (0)