add sha example

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
Bo-Yi Wu
2020-04-24 16:03:22 +08:00
parent d0bf9f621b
commit 363157132e
+2 -1
View File
@@ -21,7 +21,8 @@ jobs:
token: ${{ secrets.TELEGRAM_TOKEN }}
message: |
The ${{ github.event_name }} event triggered second step.
show the github varable: ${{ github.ref }}
show the github varable ref: ${{ github.ref }}
show the github varable commit: ${{ github.sha }}
- name: send default message
uses: appleboy/telegram-action@master