mirror of
https://github.com/appleboy/telegram-action.git
synced 2026-05-14 02:42:44 +00:00
add drone variable example
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
@@ -23,6 +23,8 @@ jobs:
|
|||||||
The ${{ github.event_name }} event triggered second step.
|
The ${{ github.event_name }} event triggered second step.
|
||||||
show the github varable ref: ${{ github.ref }}
|
show the github varable ref: ${{ github.ref }}
|
||||||
show the github varable commit: ${{ github.sha }}
|
show the github varable commit: ${{ github.sha }}
|
||||||
|
show the github varable ref: {{ commit.ref }}
|
||||||
|
show the github varable commit: {{ commit.sha }}
|
||||||
|
|
||||||
- name: send default message
|
- name: send default message
|
||||||
uses: appleboy/telegram-action@master
|
uses: appleboy/telegram-action@master
|
||||||
|
|||||||
Reference in New Issue
Block a user