Potential fix for pull request finding

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Bruno Borges
2026-06-22 22:40:43 -04:00
committed by GitHub
parent cf3151c7a1
commit 8e27c114ea
+2 -2
View File
@@ -63,7 +63,7 @@ export function configureMavenArgs(): void {
core.exportVariable(MAVEN_ARGS_ENV, updatedArgs);
core.info(
`Set ${MAVEN_ARGS_ENV} to '${updatedArgs}' to suppress Maven transfer progress logs. ` +
`Set 'show-download-progress: true' to keep the download progress output.`
`Configured ${MAVEN_ARGS_ENV} to include ${MAVEN_NO_TRANSFER_PROGRESS_FLAG} to suppress Maven transfer progress logs. ` +
`Set '${INPUT_SHOW_DOWNLOAD_PROGRESS}: true' to keep the download progress output.`
);
}