git.delta.rocks / unique-network / refs/commits / 934a9472c0eb

difftreelog

Merge pull request #36 from usetech-llc/feature/notification_workflow

usetech-llc2020-12-16parents: #e0e89b1 #8120aaf.patch.diff
in: master
Add noitification workflow

1 file changed

added.github/workflows/notify.ymldiffbeforeafterboth
after · .github/workflows/notify.yml
1name: 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) }}