From 4e0d1547fb13052373922201a331b8ed48d4c010 Mon Sep 17 00:00:00 2001 From: Jordan Dominion Date: Sun, 21 Jul 2024 11:21:53 -0400 Subject: [PATCH] Fix app committer ID once again --- .github/workflows/ci-pipeline.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci-pipeline.yml b/.github/workflows/ci-pipeline.yml index 4d53476a75..8aae31256e 100644 --- a/.github/workflows/ci-pipeline.yml +++ b/.github/workflows/ci-pipeline.yml @@ -340,8 +340,8 @@ jobs: echo ./doxout/* | xargs -n 10 sudo mv -t $HOME/tgsdox cd $HOME/tgsdox git config --global push.default simple - git config user.name "tgstation-server-ci" - git config user.email "847638+tgstation-server-ci[bot]@users.noreply.github.com" + git config user.name "tgstation-server-ci[bot]" + git config user.email "161980869+tgstation-server-ci[bot]@users.noreply.github.com" echo '# THIS BRANCH IS AUTO GENERATED BY GITHUB ACTIONS' > README.md # Need to create a .nojekyll file to allow filenames starting with an underscore @@ -1919,8 +1919,8 @@ jobs: sudo mv changelog.yml $HOME/tgsdox/ cd $HOME/tgsdox git config --global push.default simple - git config user.name "tgstation-server-ci" - git config user.email "847638+tgstation-server-ci[bot]@users.noreply.github.com" + git config user.name "tgstation-server-ci[bot]" + git config user.email "161980869+tgstation-server-ci[bot]@users.noreply.github.com" git add changelog.yml echo "Committing..." git diff-index --quiet HEAD || git commit -m "Regenerate changelog post deploy for workflow run ${{ github.run_number }}" -m "Commit: ${{ github.event.head_commit.id }}"