diff --git a/.github/workflows/Move_issue_to_WitcherTPRG.yml b/.github/workflows/Move_issue_to_WitcherTPRG.yml index 34b7e3a..1f2610b 100644 --- a/.github/workflows/Move_issue_to_WitcherTPRG.yml +++ b/.github/workflows/Move_issue_to_WitcherTPRG.yml @@ -26,4 +26,3 @@ jobs: echo "Команда curl выполнена успешно" curl -X POST -H 'Content-Type: application/json' -d '{"chat_id": "${{ secrets.BOT_TELLEGRAM_CHAT_ID }}", "text": "Я сделяль ${{ github.WORKFLOW }} воо"}' https://api.telegram.org/bot${{ secrets.BOT_TELLEGRAM_CHAT_TOKEN }}/sendMessage fi -