Skip to content

Commit 0f9f6d7

Browse files
committed
Test user name/email hardcode
1 parent 09aec4a commit 0f9f6d7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: utils/scripts/ghpages.mjs

+4-4
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ export const githubPages = async args => {
4646
args.dir,
4747
{
4848
repo: `https://${token}@github.com/${owner}/${repo}.git`,
49-
// user: {
50-
// name,
51-
// email
52-
// },
49+
user: {
50+
name: 'github-actions[bot]',
51+
email: 'github-actions[bot]@users.noreply.github.com'
52+
},
5353
message,
5454
nojekyll: args.disableJekyll
5555
},

0 commit comments

Comments
 (0)