Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Brave Okafor committed Sep 24, 2023
1 parent a57383f commit c8bc51e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/terrraform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ jobs:
BRANCH_CONFIG=$(echo "${{ env.DEFAULT_BRANCH_CONFIG }}" | yq eval '.BRANCHES[0]')
fi
WORKSPACE=$(echo "$BRANCH_CONFIG" | yq eval ".WORKSPACE" -)
VARFILE=$(echo "$BRANCH_CONFIG" | yq eval ".VARFILE" -)
SHOULD_PLAN=$(echo "BRANCH_$CONFIG" | yq eval ".SHOULD_PLAN" -)
SHOULD_APPLY=$(echo "BRANCH_$CONFIG" | yq eval ".SHOULD_APPLY" -)
WORKSPACE=$(echo "$BRANCH_CONFIG" | yq eval ".WORKSPACE")
VARFILE=$(echo "$BRANCH_CONFIG" | yq eval ".VARFILE")
SHOULD_PLAN=$(echo "BRANCH_$CONFIG" | yq eval ".SHOULD_PLAN")
SHOULD_APPLY=$(echo "BRANCH_$CONFIG" | yq eval ".SHOULD_APPLY")
echo "workspace: $WORKSPACE"
echo "varfile: $VARFILE"
Expand Down

0 comments on commit c8bc51e

Please sign in to comment.