From e01bece95e369e57795e30834871e27e71545346 Mon Sep 17 00:00:00 2001 From: blam Date: Fri, 26 Apr 2024 14:05:39 +0200 Subject: [PATCH] chore: added debug logging to action Signed-off-by: blam --- .github/workflows/renovate.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index efe77044fa..a60ad374d1 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -85,6 +85,7 @@ jobs: env: # This enables the cache -- if this is set, it's not necessary to add it to renovate.json. RENOVATE_REPOSITORY_CACHE: ${{ github.event.inputs.repoCache || 'enabled' }} + LOG_LEVEL: DEBUG # Compression helps performance in the upload step!