We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58e1170 commit 1a6084eCopy full SHA for 1a6084e
.github/workflows/0-welcome.yml
@@ -74,8 +74,8 @@ jobs:
74
touch index.md
75
76
echo "Make a commit"
77
- git config user.name github-actions
78
- 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
79
git add index.md
80
git commit --message="Create index.md file"
81
0 commit comments