Skip to content

Commit 25b19bf

Browse files
authored
Use github-actions as committer instead of "example"
1 parent d02f98c commit 25b19bf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,9 @@ const buildReadme = (prevReadmeContent, newReadmeContent) => {
109109

110110
const commitReadme = async () => {
111111
// Getting config
112-
const committerUsername = "Abhishek Naidu";
113-
const committerEmail = "example@gmail.com";
114-
const commitMessage = "Todoist updated.";
112+
const committerUsername = "github-actions";
113+
const committerEmail = "github-actions@github.com";
114+
const commitMessage = "Update Todoist stats (automated)";
115115
// Doing commit and push
116116
await exec("git", ["config", "--global", "user.email", committerEmail]);
117117
await exec("git", ["config", "--global", "user.name", committerUsername]);

0 commit comments

Comments
 (0)