mirror of
https://github.com/MillironX/setup-nextflow.git
synced 2024-11-24 18:39:54 +00:00
Add export for CAPSULE_LOG to 'none'
This commit is contained in:
parent
f9b3f5cc17
commit
8049abfd1c
1 changed files with 3 additions and 0 deletions
3
index.ts
3
index.ts
|
@ -97,6 +97,9 @@ async function install_nextflow(url, version) {
|
|||
}
|
||||
|
||||
async function run() {
|
||||
// Set environment variables
|
||||
core.exportVariable("CAPSULE_LOG", "none");
|
||||
|
||||
// Read in the arguments
|
||||
const token = core.getInput("token");
|
||||
const version = core.getInput("version");
|
||||
|
|
Loading…
Reference in a new issue