From 9c201e4232abae6dbe02666f4cd4217f30b174c9 Mon Sep 17 00:00:00 2001 From: "Thomas A. Christensen II" <25492070+MillironX@users.noreply.github.com> Date: Sat, 23 Dec 2023 10:45:34 -0700 Subject: [PATCH] docs: Clarify why CAPSULE_LOG is set --- src/main.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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