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 }}"