Merge pull request #2 from MillironX/feature/quiet-install

This commit is contained in:
Thomas A. Christensen II 2022-07-20 20:31:07 +00:00 committed by GitHub
commit 701d0b9769
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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");