mirror of
https://github.com/appleboy/telegram-action.git
synced 2026-05-13 18:32:44 +00:00
@@ -19,7 +19,9 @@ jobs:
|
||||
with:
|
||||
to: ${{ secrets.TELEGRAM_TO }}
|
||||
token: ${{ secrets.TELEGRAM_TOKEN }}
|
||||
message: The ${{ github.event_name }} event triggered second step.
|
||||
message: |
|
||||
The ${{ github.event_name }} event triggered second step.
|
||||
show the github varable: ${{ github.ref }}
|
||||
|
||||
- name: send default message
|
||||
uses: appleboy/telegram-action@master
|
||||
|
||||
Reference in New Issue
Block a user