diff --git a/.forgejo/workflows/build.yaml b/.forgejo/workflows/build.yaml index d246aa0..24501d9 100644 --- a/.forgejo/workflows/build.yaml +++ b/.forgejo/workflows/build.yaml @@ -17,7 +17,7 @@ jobs: push: true tags: git.korhonen.cc/functionalhacker/forgejo-asciidoc - name: Notify in Telegram channel - uses: appleboy/telegram-action@master + uses: https://github.com/appleboy/telegram-action@master with: to: "-1001915202306" token: ${{ secrets.TELEGRAM_TOKEN }}