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 4703e6e commit 1877439Copy full SHA for 1877439
.github/workflows/0-welcome.yml
@@ -69,8 +69,8 @@ jobs:
69
git checkout -b $BRANCH
70
71
echo "Make a commit"
72
- git config user.name github-actions
73
- git config user.email github-actions@github.com
+ git config user.name github-actions[bot]
+ git config user.email github-actions[bot]@users.noreply.github.com
74
git commit --allow-empty --message="Create an empty commit"
75
76
echo "Push"
0 commit comments