diff --git a/.github/workflows/automate-dotfiles-input-update.yml b/.github/workflows/automate-dotfiles-input-update.yml index cc065bea..a0ea4f5f 100644 --- a/.github/workflows/automate-dotfiles-input-update.yml +++ b/.github/workflows/automate-dotfiles-input-update.yml @@ -5,7 +5,7 @@ on: - cron: '30 0 * * *' env: GIT_AUTHOR_NAME: "github-actions[bot]" - GIT_COMMITTER_NAME: "github-actions[bot]" + GIT_AUTHOR_EMAIL: "github-actions[bot]@users.noreply.github.com" GIT_COMMITTER_NAME: "github-actions[bot]" GIT_COMMITTER_EMAIL: "github-actions[bot]@users.noreply.github.com" jobs: