From 3c2648311ef2f1c990ac76df08fb8b3ebf43e2b9 Mon Sep 17 00:00:00 2001 From: Yoshiya Hinosawa Date: Fri, 5 Jul 2024 15:32:16 +0900 Subject: [PATCH] update docs --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index c300981..74d15ef 100644 --- a/action.yml +++ b/action.yml @@ -9,7 +9,7 @@ inputs: description: The Deno version to install. Can be a semver version of a stable release, "canary" for the latest canary, or the Git hash of a specific canary release. default: "1.x" deno-version-file: - description: File containing the Deno version to install such as .dvmrc or .tool-versions. Overridden by deno-version. + description: File containing the Deno version to install such as .dvmrc or .tool-versions. outputs: deno-version: description: "The Deno version that was installed."