ci: fix environment for dotfiles update automation

This commit is contained in:
Gabriel Arazas 2023-07-02 09:41:42 +08:00
parent 47b2714ff4
commit 752053b755
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -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: