diff --git a/src/main.ts b/src/main.ts index 34e3233..7b89678 100644 --- a/src/main.ts +++ b/src/main.ts @@ -18,7 +18,7 @@ async function run(): Promise { return; } - core.debug(`Fast-forwarding '${branch}' to '${ref}'...`); + core.info(`Fast-forwarding '${branch}' to '${ref}'...`); await octokit.rest.git.updateRef({ ...repo,