Fix telegram action tag
All checks were successful
Build Docker image / Build image (push) Successful in 37s

This commit is contained in:
Marko Korhonen 2025-06-20 09:40:41 -05:00
parent 718ffa5a24
commit 49ab9aa6ed
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890

View file

@ -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 }}