diff --git a/dist/setup/index.js b/dist/setup/index.js index 3cb351a0..1319721d 100644 --- a/dist/setup/index.js +++ b/dist/setup/index.js @@ -80968,8 +80968,8 @@ function configureMavenArgs() { ? `${existingArgs} ${constants_1.MAVEN_NO_TRANSFER_PROGRESS_FLAG}` : constants_1.MAVEN_NO_TRANSFER_PROGRESS_FLAG; core.exportVariable(constants_1.MAVEN_ARGS_ENV, updatedArgs); - core.info(`Set ${constants_1.MAVEN_ARGS_ENV} to '${updatedArgs}' to suppress Maven transfer progress logs. ` + - `Set 'show-download-progress: true' to keep the download progress output.`); + core.info(`Configured ${constants_1.MAVEN_ARGS_ENV} to include ${constants_1.MAVEN_NO_TRANSFER_PROGRESS_FLAG} to suppress Maven transfer progress logs. ` + + `Set '${constants_1.INPUT_SHOW_DOWNLOAD_PROGRESS}: true' to keep the download progress output.`); } exports.configureMavenArgs = configureMavenArgs;