Skip to content

cards depends

cards depends #10

Workflow file for this run

name: tg notify
on: push
jobs:
notifyTelegram:
runs-on: ubuntu-latest
steps:
- name: Send telegram message when push
uses: appleboy/telegram-action@master
with:
to: ${{ secrets.TELEGRAM_ID }}
token: ${{ secrets.TELEGRAM_TOKEN }}
message: |
cards: ${{ github.event.head_commit.message }}.