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 }}