diff --git a/.github/workflows/tg-bot.yml b/.github/workflows/tg-bot.yml index ce73ad213..d5da55b15 100644 --- a/.github/workflows/tg-bot.yml +++ b/.github/workflows/tg-bot.yml @@ -22,8 +22,6 @@ jobs: - name: Check for Execution Orders run: | cd .github - mv checkrun.py ~ - cd ~ curl https://api.github.com/repos/${{ github.repository }}/commits/${{ github.sha }} > commit.json python checkrun.py cd ..