feat: allow specifying binary name (#71)

This commit is contained in:
Leo Kettmeir
2024-09-12 03:46:45 -07:00
committed by GitHub
parent fa660b328d
commit 3a041055d2
4 changed files with 43 additions and 1 deletions

View File

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