Skip to content

Commit

Permalink
Update log level default value in renovate workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dragonfire1119 committed Dec 13, 2023
1 parent 5bcd747 commit 075c8d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/renovate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
- info
- warn
- error
default: into # Default value if the user doesn't specify
default: debug # Default value if the user doesn't specify
required: false # It's not required to provide this input

schedule: # This workflow can also run on a schedule
Expand Down

0 comments on commit 075c8d1

Please sign in to comment.