-
Notifications
You must be signed in to change notification settings - Fork 441
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master220' into drask-work-work-work
- Loading branch information
Showing
286 changed files
with
7,203 additions
and
2,634 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 | ||
|
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
Oops, something went wrong.