Skip to content

Commit

Permalink
ci(renovate): increase the default log level to info (#241)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusrbrown committed Aug 22, 2024
1 parent 61b4e87 commit b0cc31e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/renovate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ name: Renovate
- cron: '0 * * * *' # Run every hour
workflow_call:
inputs:
github-app-slug:
description: GitHub App slug
type: string
log-level:
description: Log level for Renovate
type: string
Expand Down Expand Up @@ -70,7 +67,7 @@ jobs:
contains(join(github.event.*.body, ''), '- [x] <!-- unschedule-branch=')
)
env:
WORKFLOW_LOG_LEVEL: debug
WORKFLOW_LOG_LEVEL: ${{ vars.WORKFLOW_LOG_LEVEL || 'debug' }}
runs-on: ubuntu-latest
steps:
- if: github.event_name == 'push'
Expand Down

0 comments on commit b0cc31e

Please sign in to comment.