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