Skip to content

Merge branch 'master' of https://www.github.com/davoudarsalani/datasets #23

Merge branch 'master' of https://www.github.com/davoudarsalani/datasets

Merge branch 'master' of https://www.github.com/davoudarsalani/datasets #23

Workflow file for this run

name: Notify
on: [push, pull_request, workflow_dispatch]
jobs:
notify:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v2
- name: Notifying
uses: davoudarsalani/action-notify@master
with:
TELEGRAM_TOKEN: ${{ secrets.TELEGRAM_TOKEN }}
TELEGRAM_TO: ${{ secrets.TELEGRAM_TO }}