Skip to content

Commit 90754c9

Browse files
authoredJun 9, 2022
Revise GitHub actions git config
Apparently github-actions@github.com (from the GitHub docs) isn't actually recognized, see actions/checkout#13 (comment)
1 parent 0dd7078 commit 90754c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎dist/index.js

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

564564
const commitReadme = async () => {
565565
// Getting config
566-
const committerUsername = 'github-actions';
567-
const committerEmail = 'github-actions@github.com';
566+
const committerUsername = 'github-actions[bot]';
567+
const committerEmail = '41898282+github-actions[bot]@users.noreply.github.com';
568568
const commitMessage = 'Update Todoist stats (automated)';
569569
// Doing commit and push
570570
await exec('git', [

0 commit comments

Comments
 (0)
Failed to load comments.