Skip to content

Commit

Permalink
default log level.
Browse files Browse the repository at this point in the history
  • Loading branch information
AnalogJ committed Feb 4, 2024
1 parent a639693 commit aa27b03
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/cdn-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,14 @@ on:
branches: [ main ]
workflow_dispatch:
inputs:

logLevel:
description: 'Log level'
type: choice
default: 'info'
options:
- info
- warning
- debug
jobs:
- uses: actions/checkout@v2
- name: Pushes to another repository
Expand Down

0 comments on commit aa27b03

Please sign in to comment.