Skip to content

Commit 9eb6ac3

Browse files
authored
remove fromJson from tests.yaml
1 parent 420fb40 commit 9eb6ac3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
# That will be helpful to catch any issues related to a particular Terraform version.
4343
fail-fast: false
4444
matrix:
45-
terraform_version: ${{ fromJson(needs.get_version_matrix.outputs.version_matrix) }}
45+
terraform_version: ${{ needs.get_version_matrix.outputs.version_matrix }}
4646
steps:
4747
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
4848
- name: Set up Go

0 commit comments

Comments
 (0)