diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ebbaff98..558ebdc7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,4 +15,12 @@ jobs: - name: Checkout code uses: actions/checkout@v2 - name: Test - run: go test -v \ No newline at end of file + 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. \ No newline at end of file