Update test.yml

pull/282/head
Fenny 2020-04-20 22:10:42 +02:00
parent d995569329
commit 13d88c614b
1 changed files with 9 additions and 1 deletions

View File

@ -15,4 +15,12 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2
- name: Test
run: go test -v
run: go test -v
- name: send message
uses: appleboy/telegram-action@master
with:
to: ${{ secrets.TELEGRAM_TO }}
token: ${{ secrets.TELEGRAM_TOKEN }}
message: |
The ${{ github.event_name }} event triggered final step.
echo This event is a pull request that had an assignee removed.