Skip to content

Commit

Permalink
Fix bot usernames for git push
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyberboss committed Jul 18, 2024
1 parent c84078a commit a189037
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ 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[bot]"
git config user.name "tgstation-server-ci"
git config user.email "847638+tgstation-server-ci[bot]@users.noreply.github.com"
echo '# THIS BRANCH IS AUTO GENERATED BY GITHUB ACTIONS' > README.md
Expand Down Expand Up @@ -1917,7 +1917,7 @@ jobs:
sudo mv changelog.yml $HOME/tgsdox/
cd $HOME/tgsdox
git config --global push.default simple
git config user.name "tgstation-server-ci[bot]"
git config user.name "tgstation-server-ci"
git config user.email "847638+tgstation-server-ci[bot]@users.noreply.github.com"
git add changelog.yml
echo "Committing..."
Expand Down

0 comments on commit a189037

Please sign in to comment.