git.delta.rocks / unique-network / refs/commits / f64a8ddff8dc

difftreelog

Merge pull request #132 from usetech-llc/feature/fix_tg_bot

usetech-llc2021-03-19parents: #07649f2 #ac25f38.patch.diff
in: master
Fix telegram bot v.13

1 file changed

modified.github/workflows/notify.ymldiffbeforeafterboth
before · .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) }}