Skip to content

Commit

Permalink
rename action
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacasonato committed May 18, 2021
1 parent ebae5fa commit 4a4e596
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 4a4e596

Please sign in to comment.