docs: Clarify why CAPSULE_LOG is set

This commit is contained in:
Thomas A. Christensen II 2023-12-23 10:45:34 -07:00
parent 063c2b071a
commit 9c201e4232
Signed by: millironx
GPG key ID: 09335146883990B9

View file

@ -14,7 +14,8 @@ import { NextflowRelease } from "./NextflowRelease"
import { pull_releases, setup_octokit } from "./OctokitWrapper"
async function run(): Promise<void> {
// 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