Skip to content

Commit

Permalink
single quote
Browse files Browse the repository at this point in the history
  • Loading branch information
oarbusi committed Mar 14, 2024
1 parent 5d9de86 commit 690ce3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/terraform-compatibility-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
output=$(./scripts/get-terraform-supported-versions.sh)
echo "supported_versions=$output" >> "$GITHUB_OUTPUT"
echo "supported_versions='$output'" >> "$GITHUB_OUTPUT"
- name: Print HashiCorp Terraform supported versions
shell: bash
run: |
Expand Down

0 comments on commit 690ce3b

Please sign in to comment.