Skip to content

Commit b24399c

Browse files
committed
Fix typo
1 parent 9b477ab commit b24399c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-version.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -925,7 +925,7 @@ jobs:
925925

926926
- name: Check the version
927927
env:
928-
DETECTED_TERRAFORM_VERSION: ${{ steps.tofu-version.outputs.terraform }}
928+
DETECTED_TERRAFORM_VERSION: ${{ steps.terraform-version.outputs.terraform }}
929929
run: |
930930
echo "The terraform version was $DETECTED_TERRAFORM_VERSION"
931931

0 commit comments

Comments
 (0)