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:
Dmitry Kisler 2023-10-09 22:49:25 +02:00
parent 8b0d49a621
commit e404d7842d
No known key found for this signature in database
GPG key ID: 46C0A987D58548F6

View file

@ -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: