add drone variable example

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
Bo-Yi Wu
2020-04-24 16:04:04 +08:00
parent 363157132e
commit abd0142ad9
+2
View File
@@ -23,6 +23,8 @@ jobs:
The ${{ github.event_name }} event triggered second step.
show the github varable ref: ${{ github.ref }}
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
uses: appleboy/telegram-action@master