diff --git a/dist/index.js b/dist/index.js index 2451c6b..d4d2533 100644 --- a/dist/index.js +++ b/dist/index.js @@ -563,9 +563,9 @@ async function updateReadme(data) { 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', @@ -3723,4 +3723,4 @@ module.exports = function buildFullPath(baseURL, requestedURL) { /***/ }) -/******/ }); \ No newline at end of file +/******/ });