summaryrefslogtreecommitdiff
path: root/.github/workflows/update-mods.yml
diff options
context:
space:
mode:
authorseth <[email protected]>2023-02-10 02:31:01 -0500
committerseth <[email protected]>2023-02-10 02:31:18 -0500
commit14b866638a7dac3a33e07d0786f431f228fa52bf (patch)
tree9a6187a4447f6c6ab81b450b8f1b1fdab100eb63 /.github/workflows/update-mods.yml
parent974dff64f9b4ad6f94004fd5c090a0744fc50151 (diff)
tag github-actions bot correctly
Diffstat (limited to '.github/workflows/update-mods.yml')
-rw-r--r--.github/workflows/update-mods.yml4
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"