Skip to content

Commit

Permalink
Create tg-notify.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tnut committed Mar 5, 2024
1 parent 4a1f37b commit b852ec0
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/tg-notify.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
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 }}.

0 comments on commit b852ec0

Please sign in to comment.