Skip to content

Commit c469511

Browse files
committed
Use correct email as commit identity
1 parent e982a82 commit c469511

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dist/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -568,7 +568,7 @@ const buildReadme = (prevReadmeContent, newReadmeContent) => {
568568
const commitReadme = async () => {
569569
// Getting config
570570
const committerUsername = "github-actions";
571-
const committerEmail = "github-actions@github.com";
571+
const committerEmail = "41898282+github-actions[bot]@users.noreply.github.com";
572572
const commitMessage = "Update Todoist stats (automated)";
573573
// Doing commit and push
574574
await exec("git", ["config", "--global", "user.email", committerEmail]);

index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ const buildReadme = (prevReadmeContent, newReadmeContent) => {
115115
const commitReadme = async () => {
116116
// Getting config
117117
const committerUsername = "github-actions";
118-
const committerEmail = "github-actions@github.com";
118+
const committerEmail = "41898282+github-actions[bot]@users.noreply.github.com";
119119
const commitMessage = "Update Todoist stats (automated)";
120120
// Doing commit and push
121121
await exec("git", ["config", "--global", "user.email", committerEmail]);

0 commit comments

Comments
 (0)