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 686e375 commit ce368e4Copy full SHA for ce368e4
.github/workflows/check-badges.yml
@@ -31,6 +31,11 @@ jobs:
31
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
32
run: node check-badges.js
33
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
+
39
- name: Create a new branch for the PR
40
run: |
41
git checkout -b update-badges-$(date +%Y%m%d%H%M%S)
0 commit comments