diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index 4517b6e..348a939 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -35,6 +35,8 @@ jobs: with: configurationFile: .github/renovate-self-hosted.js token: "${{ steps.get_token.outputs.token }}" + env: + LOG_LEVEL: debug - name: Set if main BRANCH_NAME if: failure() && github.ref == 'refs/heads/main'