Skip to content

Commit

Permalink
add missing name to actions step
Browse files Browse the repository at this point in the history
  • Loading branch information
ludoo committed Dec 20, 2024
1 parent 5b7553f commit dca2962
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/actions/fabric-tests/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ runs:
terraform_version: ${{ inputs.TERRAFORM_VERSION }}
terraform_wrapper: false

- uses: opentofu/[email protected]
- name: Set up OpenTofu
uses: opentofu/[email protected]
if: ${{ inputs.TERRAFORM_FLAVOUR == 'tofu' }}
with:
tofu_version: ${{ inputs.TERRAFORM_VERSION }}
Expand Down

0 comments on commit dca2962

Please sign in to comment.