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 b423065 commit 08bec68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/terrraform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ jobs:
id: parse-config
run: |
BRANCH_NAME="${{ github.head_ref || github.ref_name }}"
BRANCH_CONFIG=$(cat tf-cfg.yaml || cat tf-cfg.json || ${{ env.DEFAULT_BRANCH_CONFIG }})
BRANCH_CONFIG="$(cat tf-cfg.yaml || cat tf-cfg.json || ${{ env.DEFAULT_BRANCH_CONFIG }})"

0 comments on commit 08bec68

Please sign in to comment.