mirror of
https://github.com/actions/setup-java.git
synced 2026-06-23 16:29:39 +00:00
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:
+2
-2
@@ -63,7 +63,7 @@ export function configureMavenArgs(): void {
|
|||||||
|
|
||||||
core.exportVariable(MAVEN_ARGS_ENV, updatedArgs);
|
core.exportVariable(MAVEN_ARGS_ENV, updatedArgs);
|
||||||
core.info(
|
core.info(
|
||||||
`Set ${MAVEN_ARGS_ENV} to '${updatedArgs}' to suppress Maven transfer progress logs. ` +
|
`Configured ${MAVEN_ARGS_ENV} to include ${MAVEN_NO_TRANSFER_PROGRESS_FLAG} to suppress Maven transfer progress logs. ` +
|
||||||
`Set 'show-download-progress: true' to keep the download progress output.`
|
`Set '${INPUT_SHOW_DOWNLOAD_PROGRESS}: true' to keep the download progress output.`
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user