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 3e1cca9d8c
commit 2a5cf63744

View file

@ -13,7 +13,8 @@ import { NextflowRelease } from "./NextflowRelease"
import { pull_releases, setup_octokit } from "./OctokitWrapper" import { pull_releases, setup_octokit } from "./OctokitWrapper"
async function run(): Promise<void> { 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") core.exportVariable("CAPSULE_LOG", "none")
// Read in the arguments // Read in the arguments