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 213488f commit 679b84a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testworkflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 679b84a

Please sign in to comment.