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 a9120cf commit 94e4e64Copy full SHA for 94e4e64
README.md
@@ -50,8 +50,8 @@ jobs:
50
51
- name: Commit cards
52
run: |
53
- git config user.name "github-actions"
54
- git config user.email "[email protected]"
+ git config user.name "github-actions[bot]"
+ git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
55
git add profile/*.svg
56
git commit -m "Update README cards" || exit 0
57
git push
0 commit comments