Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master220' into master220
Browse files Browse the repository at this point in the history
  • Loading branch information
NightDawnFox committed Nov 11, 2024
2 parents a69f0b5 + b31440c commit 34c39dc
Show file tree
Hide file tree
Showing 268 changed files with 9,876 additions and 4,535 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/testmerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,15 @@ jobs:
git commit -m "Automatic changelog generation"
fi
# Generate TGUI bundle
./tgui/bin/tgui
CHANGES=$(git diff --name-only --cached | wc -l)
if [ "$CHANGES" -gt 0 ] ; then
git config --local user.email "[email protected]"
git config --local user.name "TGUI bundle Generation"
git commit -m "Testmerge TGUI bundle build generation"
fi
git push -f origin ${{ env.TESTMERGE_BRANCH }}
# Output the list of merged PRs
Expand Down
Loading

0 comments on commit 34c39dc

Please sign in to comment.