From e6952e16c6b75cee1b2ee7133b72ace66de2890b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D1=80=D1=82=D1=91=D0=BC=20=D0=9C=D0=B0=D1=82=D1=91?= =?UTF-8?q?=D1=80=D0=BE=D0=B2?= Date: Fri, 10 Feb 2023 16:35:32 +0300 Subject: [PATCH] Test commit #28: add telegram bot --- .github/workflows/main.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 54e882c84..9ad4e735a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -75,12 +75,12 @@ jobs: sudo docker run --rm -d -p 5000:5000 psevdoslon/infra_actions send_message: - runs-on: ubuntu-latest - needs: deploy - steps: - - name: send message - uses: appleboy/telegram-action@master - with: - to: ${{ secrets.TELEGRAM_TO }} - token: ${{ secrets.TELEGRAM_TOKEN }} - message: ${{ github.workflow }} успешно выполнен! \ No newline at end of file + runs-on: ubuntu-latest + needs: deploy + steps: + - name: send message + uses: appleboy/telegram-action@master + with: + to: ${{ secrets.TELEGRAM_TO }} + token: ${{ secrets.TELEGRAM_TOKEN }} + message: ${{ github.workflow }} успешно выполнен! \ No newline at end of file