From f139a61aa34fd58514e4807551a39a4b4a5c0c43 Mon Sep 17 00:00:00 2001 From: seth Date: Fri, 10 Feb 2023 02:31:01 -0500 Subject: tag github-actions bot correctly --- .github/workflows/update-mods.yml | 4 ++-- 1 file 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 'github-actions@github.com' + 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" -- cgit v1.2.3