diff --git a/index.js b/index.js index 1ecbb0c..a450b45 100644 --- a/index.js +++ b/index.js @@ -111,8 +111,8 @@ const buildReadme = (prevReadmeContent, newReadmeContent) => { const commitReadme = async () => { // Getting config - const committerUsername = "Abhishek Naidu"; - const committerEmail = "example@gmail.com"; + const committerUsername = "Hasan"; + const committerEmail = "aldoyh@gmail.com"; const commitMessage = "Todoist updated."; // Doing commit and push await exec("git", ["config", "--global", "user.email", committerEmail]);