From aa27b0335c2c44bbe6c2c2e0d7ae952ab4c34388 Mon Sep 17 00:00:00 2001 From: Jason Kulatunga Date: Sun, 4 Feb 2024 07:59:01 -0800 Subject: [PATCH] default log level. --- .github/workflows/cdn-deploy.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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