Skip to content

Commit 5f20f2a

Browse files
committedJun 28, 2024·

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎utils/scripts/ghpages.mjs

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ export const githubPages = async args => {
4747
{
4848
repo: `https://${token}@github.com/${owner}/${repo}.git`,
4949
user: {
50-
name: 'github-actions[bot]',
51-
email: 'github-actions[bot]@users.noreply.github.com'
50+
name: 'github-actions-bot',
51+
email: 'support+actions@github.com'
5252
},
5353
message,
5454
nojekyll: args.disableJekyll

0 commit comments

Comments
 (0)