Browse Source

ci: update test telegram workflow

[skip ci]
pull/5427/head
Nicolas Giard 3 years ago
committed by GitHub
parent
commit
8609b3fc2f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. 2
      .github/workflows/telegram.yml

2
.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 }}

Loading…
Cancel
Save