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 8d10011 commit 6acc0fe
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/telegram.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,7 @@ jobs:
to: ${{ secrets.CHAT_ID }}
token: ${{ secrets.BOT_TOKEN }}
message: |
${{ github.event.name }}
${{ github.actor }}
A ${{ github.event.name }}
B ${{ github.actor }}
C ${{ github.event.path }}
D ${{ github.action }}

0 comments on commit 6acc0fe

Please sign in to comment.