Skip to content

Commit

Permalink
Also update git config in dist/index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
unixfy committed Jun 8, 2022
1 parent 25b19bf commit 0dd7078
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down Expand Up @@ -3723,4 +3723,4 @@ module.exports = function buildFullPath(baseURL, requestedURL) {

/***/ })

/******/ });
/******/ });

0 comments on commit 0dd7078

Please sign in to comment.