Skip to content

Commit

Permalink
Revise GitHub actions git config
Browse files Browse the repository at this point in the history
Apparently github-actions@github.com (from the GitHub docs) isn't actually recognized, see actions/checkout#13 (comment)
  • Loading branch information
unixfy committed Jun 9, 2022
1 parent 0dd7078 commit 90754c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dist/index.js
Expand Up @@ -563,8 +563,8 @@ async function updateReadme(data) {

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

0 comments on commit 90754c9

Please sign in to comment.