mirror of
https://github.com/status-im/actions-gh-pages.git
synced 2025-01-12 06:14:16 +00:00
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…
x
Reference in New Issue
Block a user