Skip to content

Commit 1a6084e

Browse files
authored
Change git user.name and user.email (#94)
github-actions[bot]@users.noreply.github.com
1 parent 58e1170 commit 1a6084e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/0-welcome.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ jobs:
7474
touch index.md
7575
7676
echo "Make a commit"
77-
git config user.name github-actions
78-
git config user.email github-actions@github.com
77+
git config user.name github-actions[bot]
78+
git config user.email github-actions[bot]@users.noreply.github.com
7979
git add index.md
8080
git commit --message="Create index.md file"
8181

0 commit comments

Comments
 (0)