Fix telegram action tag
All checks were successful
Build Docker image / Build image (push) Successful in 37s
All checks were successful
Build Docker image / Build image (push) Successful in 37s
This commit is contained in:
parent
718ffa5a24
commit
49ab9aa6ed
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ jobs:
|
|||
|
||||
- name: Notify in Telegram channel
|
||||
if: env.PUSHED == 'true' || steps.check.outputs.differs == 'true'
|
||||
uses: https://github.com/appleboy/telegram-action@v1.01
|
||||
uses: https://github.com/appleboy/telegram-action@v1.0.1
|
||||
with:
|
||||
to: "-1001915202306"
|
||||
token: ${{ secrets.TELEGRAM_TOKEN }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue