mirror of
https://gitea.com/actions/setup-deno.git
synced 2025-12-12 11:27:10 +00:00
2
main.mjs
2
main.mjs
@@ -39,8 +39,6 @@ async function main() {
|
||||
await install(version);
|
||||
|
||||
core.setOutput("deno-version", version.version);
|
||||
// TODO(@crowlKats): remove in 2.0
|
||||
core.setOutput("is-canary", version.kind === "canary");
|
||||
core.setOutput("release-channel", version.kind);
|
||||
|
||||
core.info("Installation complete.");
|
||||
|
||||
Reference in New Issue
Block a user