Skip to content

Commit 0dd7078

Browse files
authored
Also update git config in dist/index.js
1 parent 25b19bf commit 0dd7078

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

dist/index.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -563,9 +563,9 @@ async function updateReadme(data) {
563563

564564
const commitReadme = async () => {
565565
// Getting config
566-
const committerUsername = 'Abhishek Naidu';
567-
const committerEmail = 'example@gmail.com';
568-
const commitMessage = 'Todoist updated.';
566+
const committerUsername = 'github-actions';
567+
const committerEmail = 'github-actions@github.com';
568+
const commitMessage = 'Update Todoist stats (automated)';
569569
// Doing commit and push
570570
await exec('git', [
571571
'config',
@@ -3723,4 +3723,4 @@ module.exports = function buildFullPath(baseURL, requestedURL) {
37233723

37243724
/***/ })
37253725

3726-
/******/ });
3726+
/******/ });

0 commit comments

Comments
 (0)