forked from ss220-space/Paradise
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'upstream/master220' into master220
- Loading branch information
Showing
268 changed files
with
9,876 additions
and
4,535 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
Oops, something went wrong.