-
Notifications
You must be signed in to change notification settings - Fork 439
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
450 changed files
with
15,805 additions
and
7,531 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
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.