From 856b3310dda551b782873667f86ce7d91e28d317 Mon Sep 17 00:00:00 2001 From: Denys Konovalov Date: Sun, 7 Jul 2024 11:18:27 +0200 Subject: [PATCH] .gitea/workflows/update-check.yml aktualisiert --- .gitea/workflows/update-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/update-check.yml b/.gitea/workflows/update-check.yml index 3202603..273d483 100644 --- a/.gitea/workflows/update-check.yml +++ b/.gitea/workflows/update-check.yml @@ -33,7 +33,7 @@ jobs: - name: Notification uses: actions/telegram-action@main - if: steps.check.outputs.update_available == 1 + if: always() && steps.check.outputs.update_available == 1 with: chat_id: ${{ secrets.TG_CHAT_ID }} token: ${{ secrets.TG_TOKEN }}