Skip to content

Commit

Permalink
i swear to god (#25506)
Browse files Browse the repository at this point in the history
  • Loading branch information
S34NW authored May 17, 2024
1 parent 1409c03 commit 2ac2dbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/merge_upstream_master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
- name: Rebuild TGUI
run: |
if git diff-tree --name-only -r $(git rev-parse HEAD~2) | grep "tgui/public/"
if git diff-tree --name-only -r $(git rev-parse HEAD~2) | grep "tgui/public/" ; then
bash tgui/bin/tgui
git commit -m "Rebuild TGUI"
git push origin
Expand Down

0 comments on commit 2ac2dbc

Please sign in to comment.