Skip to content

Commit

Permalink
Action: test Telegram message
Browse files Browse the repository at this point in the history
  • Loading branch information
kaloudis committed Jun 18, 2024
1 parent 6acc0fe commit 37859de
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/telegram.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Notify the commit on Telegram.
uses: appleboy/telegram-action@master
uses: EverythingSuckz/github-telegram-notify@main
with:
to: ${{ secrets.CHAT_ID }}
token: ${{ secrets.BOT_TOKEN }}
message: |
A ${{ github.event.name }}
B ${{ github.actor }}
C ${{ github.event.path }}
D ${{ github.action }}
bot_token: '${{ secrets.BOT_TOKEN }}'
chat_id: '${{ secrets.CHAT_ID }}'

0 comments on commit 37859de

Please sign in to comment.