mirror of
https://gitea.com/actions/setup-deno.git
synced 2025-12-15 21:06:43 +00:00
feat: allow specifying binary name (#71)
This commit is contained in:
@@ -10,6 +10,9 @@ inputs:
|
||||
default: "1.x"
|
||||
deno-version-file:
|
||||
description: File containing the Deno version to install such as .dvmrc or .tool-versions.
|
||||
deno-binary-name:
|
||||
description: The name to use for the binary.
|
||||
default: "deno"
|
||||
outputs:
|
||||
deno-version:
|
||||
description: "The Deno version that was installed."
|
||||
|
||||
Reference in New Issue
Block a user