difftreelog
Merge pull request #36 from usetech-llc/feature/notification_workflow
in: master
Add noitification workflow
1 file changed
.github/workflows/notify.ymldiffbeforeafterboth1name: telegram message2on:3 push:4 branches: [ develop ] 5jobs:6 build: 7 runs-on: ubuntu-latest 8 steps: 9 - uses: avkviring/telegram-github-action@v0.0.810 env:11 telegram_to: ${{ secrets.TELEGRAM_TO }} 12 telegram_token: ${{ secrets.TELEGRAM_TOKEN }}13 event: ${{ toJson(github.event) }}