From e404d7842df710a3cfcb6a63375480a0cf125725 Mon Sep 17 00:00:00 2001 From: Dmitry Kisler Date: Mon, 9 Oct 2023 22:49:25 +0200 Subject: [PATCH] fix: missing a single quotation mark. see: https://github.com/opentofu/setup-opentofu/pull/2#discussion_r1347320103 Signed-off-by: Dmitry Kisler --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index c489841..daadfd8 100644 --- a/action.yml +++ b/action.yml @@ -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.' required: false 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' required: false tofu_wrapper: