Skip to content

Commit

Permalink
GitHub Actions: Telegram: update message
Browse files Browse the repository at this point in the history
  • Loading branch information
kaloudis committed Jun 18, 2024
1 parent 96788dd commit 906971e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/telegram.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,7 @@ jobs:
uses: appleboy/telegram-action@master
with:
to: ${{ secrets.CHAT_ID }}
token: ${{ secrets.BOT_TOKEN }}
token: ${{ secrets.BOT_TOKEN }}
message: |
${{ github.event.name }}
${{ github.actor }}

0 comments on commit 906971e

Please sign in to comment.