add github.ref example

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
Bo-Yi Wu
2020-04-24 16:01:05 +08:00
parent 1ac4b1171b
commit d0bf9f621b
+3 -1
View File
@@ -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