diff --git a/.forgejo/workflows/build.yaml b/.forgejo/workflows/build.yaml index 16a6401..25b8518 100644 --- a/.forgejo/workflows/build.yaml +++ b/.forgejo/workflows/build.yaml @@ -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@master + uses: https://github.com/appleboy/telegram-action@v1.01 with: to: "-1001915202306" token: ${{ secrets.TELEGRAM_TOKEN }}