chore: add test in file template

This commit is contained in:
Bo-Yi Wu
2019-11-02 14:52:07 +08:00
parent ee6f548104
commit 65a4c9fc42
2 changed files with 10 additions and 0 deletions
+7
View File
@@ -52,3 +52,10 @@ jobs:
message: | message: |
The ${{ github.event_name }} event triggered final step. The ${{ github.event_name }} event triggered final step.
echo This event is a pull request that had an assignee removed. echo This event is a pull request that had an assignee removed.
- name: send message file
uses: appleboy/telegram-action@master
with:
to: ${{ secrets.TELEGRAM_TO }}
token: ${{ secrets.TELEGRAM_TOKEN }}
message_file: tests/message.txt
+3
View File
@@ -0,0 +1,3 @@
Sample message loaded from file.
Commit msg: {{commit.message}}