Add export for CAPSULE_LOG to 'none'

pull/2/head
parent f9b3f5cc17
commit 8049abfd1c
Signed by: millironx
GPG Key ID: 139C07724802BC5D

@ -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…
Cancel
Save