refactor: change to core.debug
This commit is contained in:
parent
a1375a4637
commit
9f11da81ae
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue