mirror of
https://github.com/MillironX/setup-nextflow.git
synced 2024-11-24 18:39:54 +00:00
Merge pull request #2 from MillironX/feature/quiet-install
This commit is contained in:
commit
701d0b9769
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