Skip to content

Commit 94e4e64

Browse files
committed
docs: correct github actions username and email
1 parent a9120cf commit 94e4e64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ jobs:
5050

5151
- name: Commit cards
5252
run: |
53-
git config user.name "github-actions"
54-
git config user.email "[email protected]"
53+
git config user.name "github-actions[bot]"
54+
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
5555
git add profile/*.svg
5656
git commit -m "Update README cards" || exit 0
5757
git push

0 commit comments

Comments
 (0)