git.delta.rocks / unique-network / refs/commits / 19daf00a26e2

difftreelog

source

.github/workflows/notify.yml377 Bsourcehistory
1name: telegram message2on:3  pull_request:4    branches:5      - develop6    types:7      - opened8      - edited9jobs:10  build:11    runs-on: self-hosted-ci12    steps:13    - uses: avkviring/telegram-github-action@v0.0.1314      env:15        telegram_to: ${{ secrets.TELEGRAM_TO }}16        telegram_token: ${{ secrets.TELEGRAM_TOKEN }}17        event: ${{ toJson(github.event) }}