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

difftreelog

source

.github/workflows/notify.yml343 Bsourcehistory
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.1310      env:11        telegram_to: ${{ secrets.TELEGRAM_TO }}  12        telegram_token: ${{ secrets.TELEGRAM_TOKEN }}13        event: ${{ toJson(github.event) }}