Browse Source
ci: update test telegram workflow
[skip ci]
pull/5427/head
Nicolas Giard
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
.github/workflows/telegram.yml
|
|
@ -7,7 +7,7 @@ jobs: |
|
|
|
steps: |
|
|
|
|
|
|
|
- name: Notify Telegram Channel |
|
|
|
uses: appleboy/telegram-action@0.0.3 |
|
|
|
uses: appleboy/telegram-action@v0.1.1 |
|
|
|
with: |
|
|
|
to: ${{ secrets.TELEGRAM_TO }} |
|
|
|
token: ${{ secrets.TELEGRAM_TOKEN }} |
|
|
|