From ffadb95b255f77a80519f057ac5983cf283f5796 Mon Sep 17 00:00:00 2001 From: ysdf_richard Date: Tue, 11 Nov 2025 18:35:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9maven=E9=85=8D=E7=BD=AE5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/auth.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/auth.ts b/src/auth.ts index e05d0d7..71f550f 100644 --- a/src/auth.ts +++ b/src/auth.ts @@ -14,6 +14,7 @@ export async function configureAuthentication() { const id = core.getInput(constants.INPUT_SERVER_ID); const username = core.getInput(constants.INPUT_SERVER_USERNAME); const password = core.getInput(constants.INPUT_SERVER_PASSWORD); + core.info(`xxxxxxxxxxxxxxxxxxx: ${username}`); const settingsDirectory = core.getInput(constants.INPUT_SETTINGS_PATH) || path.join(os.homedir(), constants.M2_DIR); @@ -74,6 +75,7 @@ export function generate( password: string, gpgPassphrase?: string | undefined ) { + core.info(`yyyyyyyyyyyyyyyyy: ${username}`); const xmlObj: {[key: string]: any} = { settings: { '@xmlns': 'http://maven.apache.org/SETTINGS/1.0.0',