mirror of
https://github.com/peaceiris/actions-gh-pages.git
synced 2025-07-15 06:33:17 +08: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);
|
await git.setConfig(inps.UserName, inps.UserEmail);
|
||||||
|
|
||||||
const remoteURL = await setTokens(inps);
|
const remoteURL = await setTokens(inps);
|
||||||
core.info(`[INFO] remoteURL: ${remoteURL}`); // TODO: remove
|
core.debug(`[INFO] remoteURL: ${remoteURL}`);
|
||||||
|
|
||||||
await git.setRepo(inps, remoteURL);
|
await git.setRepo(inps, remoteURL);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user