diff --git a/.github/workflows/Telegram.yml b/.github/workflows/Telegram.yml index dfa347a1..d329b2d7 100644 --- a/.github/workflows/Telegram.yml +++ b/.github/workflows/Telegram.yml @@ -10,8 +10,6 @@ jobs: name: Send Message runs-on: ubuntu-latest steps: - - name: Checkout code - uses: actions/checkout@v1 - name: Run bot run: ./scripts/bot.ps1 shell: pwsh