diff --git a/.github/workflows/tg-bot.yml b/.github/workflows/tg-bot.yml index fd2ffa93c..671853f7c 100644 --- a/.github/workflows/tg-bot.yml +++ b/.github/workflows/tg-bot.yml @@ -31,9 +31,11 @@ jobs: cd .github curl https://api.github.com/repos/${{ github.repository }}/commits/${{ github.sha }} > commit.json python checkrun.py + cd .. - name: Patch and Compile run: | + cd .github python patch.py cd .. ./gradlew assembleDebug