i swear to god (#25506)

This commit is contained in:
S34N
2024-05-18 00:07:23 +02:00
committed by GitHub
parent 1409c03463
commit 2ac2dbca44

View File

@@ -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