diff options
| author | seth <[email protected]> | 2023-02-10 02:31:01 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2023-02-10 02:31:33 -0500 |
| commit | f139a61aa34fd58514e4807551a39a4b4a5c0c43 (patch) | |
| tree | a5343bf95a0bad303056e6a34e8146b725cdd0b1 /.github/workflows | |
| parent | 2a45c8fc84a70bab03c1799e9a36c55132d7cb8b (diff) | |
tag github-actions bot correctly
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" |
