diff --git a/src/main.ts b/src/main.ts index a65a840..7288ca4 100644 --- a/src/main.ts +++ b/src/main.ts @@ -14,7 +14,8 @@ import { NextflowRelease } from "./NextflowRelease" import { pull_releases, setup_octokit } from "./OctokitWrapper" async function run(): Promise { - // Set environment variables + // CAPSULE_LOG leads to a bunch of boilerplate being output to the logs: turn + // it off core.exportVariable("CAPSULE_LOG", "none") // Read in the arguments