Skip to content

Commit 927106b

Browse files
marcalexieirickstaa
authored andcommitted
docs: correct github actions username and email
1 parent 6ccb2ba commit 927106b

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
@@ -55,8 +55,8 @@ jobs:
5555

5656
- name: Commit cards
5757
run: |
58-
git config user.name "github-actions"
59-
git config user.email "[email protected]"
58+
git config user.name "github-actions[bot]"
59+
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
6060
git add profile/*.svg
6161
git commit -m "Update README cards" || exit 0
6262
git push

0 commit comments

Comments
 (0)