Skip to content

Commit 9e01429

Browse files
committed
chore: execute only tfenv --version as it shows both versions
Part of #1631 [skip ci]
1 parent 3e12f5c commit 9e01429

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/provision-by-terraform.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,7 @@ jobs:
5252
tfenv use
5353
5454
- name: Show tools versions
55-
run: |
56-
tfenv --version
57-
terraform -version
55+
run: tfenv --version
5856

5957
- name: Run terraform init
6058
run: terraform init

0 commit comments

Comments
 (0)