Add export for CAPSULE_LOG to 'none'

This commit is contained in:
Thomas A. Christensen II 2022-07-13 16:09:19 -05:00
parent f9b3f5cc17
commit 8049abfd1c
Signed by: millironx
GPG key ID: 139C07724802BC5D

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