Skip to content

Commit

Permalink
Remove unintended character at the end of the TF_LOG variable (#2912)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelovilla authored Jan 15, 2025
2 parents 062529b + e665ad8 commit 00a6545
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_aws_integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ on:
env:
AWS_DEFAULT_REGION: "us-west-2"
NEBARI_IMAGE_TAG: ${{ github.event.inputs.image-tag || 'main' }}
TF_LOG: ${{ github.event.inputs.tf-log-level || 'info' }}
TF_LOG: ${{ github.event.inputs.tf-log-level || 'info' }}

jobs:
test-aws-integration:
Expand Down

0 comments on commit 00a6545

Please sign in to comment.