Skip to content

Commit 1877439

Browse files
authored
Change git user.name and user.email (#69)
github-actions[bot]@users.noreply.github.com
1 parent 4703e6e commit 1877439

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/0-welcome.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ jobs:
6969
git checkout -b $BRANCH
7070
7171
echo "Make a commit"
72-
git config user.name github-actions
73-
git config user.email github-actions@github.com
72+
git config user.name github-actions[bot]
73+
git config user.email github-actions[bot]@users.noreply.github.com
7474
git commit --allow-empty --message="Create an empty commit"
7575
7676
echo "Push"

0 commit comments

Comments
 (0)