refactor: change to core.debug

This commit is contained in:
peaceiris 2020-02-05 18:50:44 +09:00
parent a1375a4637
commit 9f11da81ae
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ export async function run(): Promise<void> {
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);