From a5c82a3685672390f463592e7ef8d1e1c7ebfb61 Mon Sep 17 00:00:00 2001 From: Deepanshu Date: Fri, 24 Jul 2026 09:52:31 +0530 Subject: [PATCH] =?UTF-8?q?ci:=20Renovate=20=E2=80=94=20restore=20configur?= =?UTF-8?q?able=20log=20level=20(revert=20temp=20debug)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/renovate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index 8f67420..db31616 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -62,4 +62,4 @@ jobs: # dryRun true → 'full' (detect only); false → '' (live). 'full' is # truthy so this ternary is sound. RENOVATE_DRY_RUN: ${{ inputs.dryRun && 'full' || '' }} - LOG_LEVEL: debug + LOG_LEVEL: ${{ inputs.logLevel }}