Skip to content

Commit

Permalink
Update testworkflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
techiemac authored Sep 3, 2024
1 parent 9c0ab9e commit 213488f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/testworkflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,8 @@ on:
- Staging
- Production
env:
LOG_LEVEL_OPTS: |
${{ fromJson('{ Development: "DEBUG", Production: "INFO" }') }}
LOG_LEVEL: $LOG_LEVEL_OPTS[${{ github.event.inputs.deployment_type }}]
LOG_LEVEL: |
${{ fromJson('{ Development: "DEBUG", Production: "INFO" }'[github.event.inputs.deployment_type]) }}
jobs:

Expand Down

0 comments on commit 213488f

Please sign in to comment.