Skip to content

Commit

Permalink
try envvar this way
Browse files Browse the repository at this point in the history
  • Loading branch information
jharley committed Jun 20, 2024
1 parent b7c5386 commit b30eb12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/validate-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ jobs:
- name: Validate examples
env:
TF_IN_AUTOMATION: 1
TF_CLI_CONFIG_FILE: "$GITHUB_WORKSPACE/.terraformrc.local"
run: ./scripts/validate-examples example
run: |
TF_CLI_CONFIG_FILE="$GITHUB_WORKSPACE/.terraformrc.local" ./scripts/validate-examples example

0 comments on commit b30eb12

Please sign in to comment.