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 b9d5c31 commit 9c0ab9e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/testworkflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ on:
- Staging
- Production
env:
LOG_LEVEL: |
${{ fromJson('{ Development: "DEBUG", Production: "INFO" }')[ ${{ github.event.inputs.deployment_type }} ] }}
LOG_LEVEL_OPTS: |
${{ fromJson('{ Development: "DEBUG", Production: "INFO" }') }}
LOG_LEVEL: $LOG_LEVEL_OPTS[${{ github.event.inputs.deployment_type }}]

jobs:

Expand Down

0 comments on commit 9c0ab9e

Please sign in to comment.