Skip to content

Commit 9f11da8

Browse files
committed
refactor: change to core.debug
1 parent a1375a4 commit 9f11da8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export async function run(): Promise<void> {
1212
await git.setConfig(inps.UserName, inps.UserEmail);
1313

1414
const remoteURL = await setTokens(inps);
15-
core.info(`[INFO] remoteURL: ${remoteURL}`); // TODO: remove
15+
core.debug(`[INFO] remoteURL: ${remoteURL}`);
1616

1717
await git.setRepo(inps, remoteURL);
1818

0 commit comments

Comments
 (0)