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