Skip to content

Commit

Permalink
Use github-actions as committer instead of "example"
Browse files Browse the repository at this point in the history
  • Loading branch information
unixfy authored Jun 8, 2022
1 parent d02f98c commit 25b19bf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,9 @@ const buildReadme = (prevReadmeContent, newReadmeContent) => {

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

0 comments on commit 25b19bf

Please sign in to comment.