We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dd7078 commit 90754c9Copy full SHA for 90754c9
dist/index.js
@@ -563,8 +563,8 @@ async function updateReadme(data) {
563
564
const commitReadme = async () => {
565
// Getting config
566
- const committerUsername = 'github-actions';
567
- const committerEmail = 'github-actions@github.com';
+ const committerUsername = 'github-actions[bot]';
+ const committerEmail = '41898282+github-actions[bot]@users.noreply.github.com';
568
const commitMessage = 'Update Todoist stats (automated)';
569
// Doing commit and push
570
await exec('git', [
0 commit comments