diff options
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/update-mods.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/update-mods.yml b/.github/workflows/update-mods.yml index 9c736a9..79f6b71 100644 --- a/.github/workflows/update-mods.yml +++ b/.github/workflows/update-mods.yml @@ -23,8 +23,8 @@ jobs: - name: commit updates if: steps.git-check.outputs.modified == 'true' run: | - git config --global user.name 'github-actions' - git config --global user.email '[email protected]' + git config --global user.name 'github-actions[bot]' + git config --global user.email 'github-actions[bot]@users.noreply.github.com' git add mods/ index.toml pack.toml git commit -m "chore: update mods" |
