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 d3b6506 commit 456fec9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/terrraform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ jobs:
BRANCH_CONFIG=$(echo "${{ env.DEFAULT_BRANCH_CONFIG }}" | yq eval '.BRANCHES[0]')
fi
echo BRANCH_CONFIG | yq
echo BRANCH_CONFIG | jq
WORKSPACE=$(echo "$BRANCH_CONFIG" | yq eval ".WORKSPACE" -)
VARFILE=$(echo "$BRANCH_CONFIG" | yq eval ".VARFILE" -)
SHOULD_PLAN=$(echo "BRANCH_CONFIG" | yq eval ".SHOULD_PLAN" -)
Expand Down

0 comments on commit 456fec9

Please sign in to comment.