diff --git a/.github/workflows/cdn-deploy.yaml b/.github/workflows/cdn-deploy.yaml index 425f37b0..9e5825fd 100644 --- a/.github/workflows/cdn-deploy.yaml +++ b/.github/workflows/cdn-deploy.yaml @@ -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