mirror of
https://github.com/opentofu/setup-opentofu.git
synced 2025-12-06 07:50:37 +00:00
fix: missing a single quotation mark.
see: https://github.com/opentofu/setup-opentofu/pull/2#discussion_r1347320103 Signed-off-by: Dmitry Kisler <admin@dkisler.com>
This commit is contained in:
parent
8b0d49a621
commit
e404d7842d
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ inputs:
|
||||||
description: 'The API token for a Terraform Cloud/Enterprise instance to place within the credentials block of the OpenTofu CLI configuration file.'
|
description: 'The API token for a Terraform Cloud/Enterprise instance to place within the credentials block of the OpenTofu CLI configuration file.'
|
||||||
required: false
|
required: false
|
||||||
tofu_version:
|
tofu_version:
|
||||||
description: 'The version of OpenTofu CLI to install. If no version is given, it will default to `latest`.
|
description: 'The version of OpenTofu CLI to install. If no version is given, it will default to `latest`.'
|
||||||
default: 'latest'
|
default: 'latest'
|
||||||
required: false
|
required: false
|
||||||
tofu_wrapper:
|
tofu_wrapper:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue