mirror of
https://github.com/MillironX/setup-nextflow.git
synced 2024-11-22 09:49:56 +00:00
docs: Clarify why CAPSULE_LOG is set
This commit is contained in:
parent
3e1cca9d8c
commit
2a5cf63744
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue