From 27c2d8ab1332c1c9d60c4f74ff4d08201c09ec57 Mon Sep 17 00:00:00 2001 From: Denys Konovalov Date: Sat, 21 Oct 2023 12:58:14 +0200 Subject: [PATCH] =?UTF-8?q?.github/workflows/test=5Faction.yaml=20gel?= =?UTF-8?q?=C3=B6scht?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test_action.yaml | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 .github/workflows/test_action.yaml diff --git a/.github/workflows/test_action.yaml b/.github/workflows/test_action.yaml deleted file mode 100644 index 7e4b1c8..0000000 --- a/.github/workflows/test_action.yaml +++ /dev/null @@ -1,24 +0,0 @@ -name: Send message -on: - workflow_dispatch: - push: - branches: - - main - tags: - - 'v*' - -jobs: - send: - name: Checkout and send message - runs-on: ubuntu-latest - steps: - - name: Checkout code - uses: actions/checkout@v2 - - - name: Send message - uses: yamaks2306/telegram-notification@main - if: always() - with: - chat_id: ${{ secrets.TG_CHAT_ID }} - token: ${{ secrets.TG_TOKEN }} -