diff --git a/.github/workflows/testworkflow.yml b/.github/workflows/testworkflow.yml index cab4fb0..1a5373d 100644 --- a/.github/workflows/testworkflow.yml +++ b/.github/workflows/testworkflow.yml @@ -21,7 +21,7 @@ on: - Production env: LOG_LEVEL: | - ${{ fromJson('{ Development: "DEBUG", Production: "INFO" }'[github.event.inputs.deployment_type]) }} + ${{ fromJson('{ Development: "DEBUG", Production: "INFO" }')[github.event.inputs.deployment_type] }} jobs: