mirror of
https://gitea.com/actions/setup-deno.git
synced 2025-12-10 10:26:45 +00:00
rename action
This commit is contained in:
@@ -1,6 +1,9 @@
|
|||||||
name: "Setup Deno environment"
|
name: "Setup Deno"
|
||||||
description: "Setup a Deno environment by installing, downloading, and adding it to the path."
|
description: "Setup Deno by installing, downloading, and adding it to the path."
|
||||||
author: "Deno Land"
|
author: "Deno Land"
|
||||||
|
branding:
|
||||||
|
icon: "play-circle"
|
||||||
|
color: "gray-dark"
|
||||||
inputs:
|
inputs:
|
||||||
deno-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.
|
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.
|
||||||
|
|||||||
Reference in New Issue
Block a user