From 9f11da81ae3ead3c8929c35266dd40a0ddfd2bd1 Mon Sep 17 00:00:00 2001 From: peaceiris <30958501+peaceiris@users.noreply.github.com> Date: Wed, 5 Feb 2020 18:50:44 +0900 Subject: [PATCH] refactor: change to core.debug --- src/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);