We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25b19bf commit 0dd7078Copy full SHA for 0dd7078
dist/index.js
@@ -563,9 +563,9 @@ async function updateReadme(data) {
563
564
const commitReadme = async () => {
565
// Getting config
566
- const committerUsername = 'Abhishek Naidu';
567
- const committerEmail = 'example@gmail.com';
568
- const commitMessage = 'Todoist updated.';
+ const committerUsername = 'github-actions';
+ const committerEmail = 'github-actions@github.com';
+ const commitMessage = 'Update Todoist stats (automated)';
569
// Doing commit and push
570
await exec('git', [
571
'config',
@@ -3723,4 +3723,4 @@ module.exports = function buildFullPath(baseURL, requestedURL) {
3723
3724
/***/ })
3725
3726
-/******/ });
+/******/ });
0 commit comments