version -> deno-version

This commit is contained in:
Luca Casonato
2021-04-10 02:20:00 +02:00
parent 62abc69248
commit b80476fbe0
3 changed files with 5 additions and 5 deletions

View File

@@ -2,11 +2,11 @@ name: "Setup Deno environment"
description: "Setup a Deno environment by installing, downloading, and adding it to the path."
author: "Deno Land"
inputs:
version:
deno-version:
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"
outputs:
version:
deno-version:
description: "The Deno version that was installed."
is-canary:
description: "If the installed Deno version was a canary version."