update docs

This commit is contained in:
Yoshiya Hinosawa 2024-07-05 15:32:16 +09:00
parent 2184bc85ef
commit 3c2648311e
No known key found for this signature in database
GPG Key ID: 9017DB4559488785

View File

@ -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. 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" default: "1.x"
deno-version-file: 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: outputs:
deno-version: deno-version:
description: "The Deno version that was installed." description: "The Deno version that was installed."