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."