From 77152740f137b7036ea0df30e9d8a89591212dec Mon Sep 17 00:00:00 2001 From: akaryaginUSETECH <74534681+akaryaginUSETECH@users.noreply.github.com> Date: Mon, 22 Mar 2021 07:25:57 +0000 Subject: [PATCH] Create notify.yml fixing conflcts --- --- /dev/null +++ b/.github/workflows/notify.yml @@ -0,0 +1,13 @@ +name: telegram message +on: + push: + branches: [ develop ] +jobs: + build: + runs-on: ubuntu-latest + steps: + - uses: avkviring/telegram-github-action@v0.0.13 + env: + telegram_to: ${{ secrets.TELEGRAM_TO }} + telegram_token: ${{ secrets.TELEGRAM_TOKEN }} + event: ${{ toJson(github.event) }} -- gitstuff