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',