Skip to content

Commit

Permalink
remove fromJson from tests.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
BBBmau authored Feb 7, 2025
1 parent 420fb40 commit 9eb6ac3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
# That will be helpful to catch any issues related to a particular Terraform version.
fail-fast: false
matrix:
terraform_version: ${{ fromJson(needs.get_version_matrix.outputs.version_matrix) }}
terraform_version: ${{ needs.get_version_matrix.outputs.version_matrix }}
steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
- name: Set up Go
Expand Down

0 comments on commit 9eb6ac3

Please sign in to comment.