diff --git a/src/main.ts b/src/main.ts index 7411f0940..cdfa7001e 100644 --- a/src/main.ts +++ b/src/main.ts @@ -12,7 +12,7 @@ export async function run(): Promise { await git.setConfig(inps.UserName, inps.UserEmail); const remoteURL = await setTokens(inps); - core.info(`[INFO] remoteURL: ${remoteURL}`); // TODO: remove + core.debug(`[INFO] remoteURL: ${remoteURL}`); await git.setRepo(inps, remoteURL);