Skip to content

Commit

Permalink
refactor: change to core.debug
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris committed Feb 5, 2020
1 parent a1375a4 commit 9f11da8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 9f11da8

Please sign in to comment.