We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f9f6d7 commit 5f20f2aCopy full SHA for 5f20f2a
utils/scripts/ghpages.mjs
@@ -47,8 +47,8 @@ export const githubPages = async args => {
47
{
48
repo: `https://${token}@github.com/${owner}/${repo}.git`,
49
user: {
50
- name: 'github-actions[bot]',
51
- email: 'github-actions[bot]@users.noreply.github.com'
+ name: 'github-actions-bot',
+ email: 'support+actions@github.com'
52
},
53
message,
54
nojekyll: args.disableJekyll
0 commit comments