From 49ab9aa6ed6a86dfe003aeaa72f1da0513b22e0e Mon Sep 17 00:00:00 2001 From: Marko Korhonen Date: Fri, 20 Jun 2025 09:40:41 -0500 Subject: [PATCH] Fix telegram action tag --- .forgejo/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/build.yaml b/.forgejo/workflows/build.yaml index 25b8518..74540ff 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@v1.01 + uses: https://github.com/appleboy/telegram-action@v1.0.1 with: to: "-1001915202306" token: ${{ secrets.TELEGRAM_TOKEN }}