Delete action.yml

This commit is contained in:
removedporn 2021-09-16 23:35:05 +08:00 committed by GitHub
parent 877e3e0632
commit cee0dbd69e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,18 +0,0 @@
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.
default: "1.x"
outputs:
deno-version:
description: "The Deno version that was installed."
is-canary:
description: "If the installed Deno version was a canary version."
runs:
using: "node12"
main: "main.js"