From 8e27c114ea14e083f55bca92b449cfdcf91fbe63 Mon Sep 17 00:00:00 2001 From: Bruno Borges Date: Mon, 22 Jun 2026 22:40:43 -0400 Subject: [PATCH] Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- src/maven-args.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/maven-args.ts b/src/maven-args.ts index aaa8fa17..654bed27 100644 --- a/src/maven-args.ts +++ b/src/maven-args.ts @@ -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.` ); }