mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-07-18 19:43:02 +01:00
Fix app committer ID once again
This commit is contained in:
@@ -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 }}"
|
||||
|
||||
Reference in New Issue
Block a user