rename action
This commit is contained in:
parent
ebae5fab46
commit
4a4e59637f
|
@ -1,6 +1,9 @@
|
|||
name: "Setup Deno environment"
|
||||
description: "Setup a Deno environment by installing, downloading, and adding it to the path."
|
||||
name: "Setup Deno"
|
||||
description: "Setup Deno by installing, downloading, and adding it to the path."
|
||||
author: "Deno Land"
|
||||
branding:
|
||||
icon: "play-circle"
|
||||
color: "gray-dark"
|
||||
inputs:
|
||||
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.
|
||||
|
|
Loading…
Reference in New Issue