Fix telegram action url
All checks were successful
/ build_image (push) Successful in 35s

This commit is contained in:
Marko Korhonen 2024-02-24 15:58:32 +02:00
parent ad83967630
commit a7e6bc948c
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890

View file

@ -17,7 +17,7 @@ jobs:
push: true push: true
tags: git.korhonen.cc/functionalhacker/forgejo-asciidoc tags: git.korhonen.cc/functionalhacker/forgejo-asciidoc
- name: Notify in Telegram channel - name: Notify in Telegram channel
uses: appleboy/telegram-action@master uses: https://github.com/appleboy/telegram-action@master
with: with:
to: "-1001915202306" to: "-1001915202306"
token: ${{ secrets.TELEGRAM_TOKEN }} token: ${{ secrets.TELEGRAM_TOKEN }}