git.delta.rocks / unique-network / refs/commits / 374cade83644

difftreelog

Update notify.yml

Alex2022-08-01parent: #b387f27.patch.diff
in: master

1 file changed

modified.github/workflows/notify.ymldiffbeforeafterboth
before · .github/workflows/notify.yml
1name: telegram message2on:3  pull_request:4    branches:5      - develop6    types:7      - opened8      - edited9jobs:10  build:11    runs-on: self-hosted12    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) }}
after · .github/workflows/notify.yml
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) }}