From cee0dbd69e51e19d482ccc78063f19bd32ba8b6d Mon Sep 17 00:00:00 2001 From: removedporn <86824510+removedporn@users.noreply.github.com> Date: Thu, 16 Sep 2021 23:35:05 +0800 Subject: [PATCH] Delete action.yml --- action.yml | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 action.yml diff --git a/action.yml b/action.yml deleted file mode 100644 index 31bbf81..0000000 --- a/action.yml +++ /dev/null @@ -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"