Skip to content

Commit fa44c5c

Browse files
Update Email Address for GitHub Actions (#41)
* Update index.js Update email address to get GitHub Actions icon * chore: update build Co-authored-by: jamesgeorge007 <[email protected]>
1 parent 78ed73d commit fa44c5c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1547,7 +1547,7 @@ const commitFile = async () => {
15471547
"config",
15481548
"--global",
15491549
"user.email",
1550-
"readme-bot@example.com",
1550+
"41898282+github-actions[bot]@users.noreply.github.com",
15511551
]);
15521552
await exec("git", ["config", "--global", "user.name", "readme-bot"]);
15531553
await exec("git", ["add", "README.md"]);

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ const commitFile = async () => {
7272
"config",
7373
"--global",
7474
"user.email",
75-
"readme-bot@example.com",
75+
"41898282+github-actions[bot]@users.noreply.github.com",
7676
]);
7777
await exec("git", ["config", "--global", "user.name", "readme-bot"]);
7878
await exec("git", ["add", "README.md"]);

0 commit comments

Comments
 (0)