CI: Pin telegram action version
Some checks failed
Build Docker image / Build image (push) Failing after 30s

This commit is contained in:
Marko Korhonen 2025-06-20 09:12:38 -05:00
parent 3cefa38f07
commit 718ffa5a24
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890

View file

@ -64,7 +64,7 @@ jobs:
- name: Notify in Telegram channel - name: Notify in Telegram channel
if: env.PUSHED == 'true' || steps.check.outputs.differs == 'true' if: env.PUSHED == 'true' || steps.check.outputs.differs == 'true'
uses: https://github.com/appleboy/telegram-action@master uses: https://github.com/appleboy/telegram-action@v1.01
with: with:
to: "-1001915202306" to: "-1001915202306"
token: ${{ secrets.TELEGRAM_TOKEN }} token: ${{ secrets.TELEGRAM_TOKEN }}