Skip to content

Merge pull request #47 from XXBADRGXX/v15 #215

Merge pull request #47 from XXBADRGXX/v15

Merge pull request #47 from XXBADRGXX/v15 #215

Workflow file for this run

on: [push]
jobs:
notify:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: TG Notify
env:
TOKEN: ${{ secrets.TOKEN }}
CHAT_ID: ${{ secrets.CHAT }}
run: bash tg_notify.sh
- uses: yanzay/[email protected]
if: always()
with:
chat: ${{ secrets.PRIVATECHAT }}
token: ${{ secrets.TOKEN }}
status: ${{ job.status }}