Skip to content

Commit

Permalink
fix input value reading
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdntgrn committed Jan 4, 2023
1 parent 21e5297 commit de32e0b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion terraform-test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ runs:
- name: Setup Terraform
uses: hashicorp/setup-terraform@v2
with:
terraform_version: ${{ input.terraform_version }}
terraform_version: ${{ inputs.terraform_version }}

- name: Run Terraform Test
run: |
Expand Down
2 changes: 1 addition & 1 deletion terraform/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ runs:
- name: Setup Terraform
uses: hashicorp/setup-terraform@v2
with:
terraform_version: ${{ input.terraform_version }}
terraform_version: ${{ inputs.terraform_version }}

- name: Initialize Terraform
run: |
Expand Down
2 changes: 1 addition & 1 deletion tflint/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ runs:
- name: Setup Terraform
uses: hashicorp/setup-terraform@v2
with:
terraform_version: ${{ input.terraform_version }}
terraform_version: ${{ inputs.terraform_version }}

- name: Terraform init
run: |
Expand Down

0 comments on commit de32e0b

Please sign in to comment.