Skip to content

Commit 6c1a458

Browse files
committed
Add nicer logging
1 parent e69cddc commit 6c1a458

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
@@ -18,7 +18,7 @@ async function run(): Promise<void> {
1818
return;
1919
}
2020

21-
core.debug(`Fast-forwarding '${branch}' to '${ref}'...`);
21+
core.info(`Fast-forwarding '${branch}' to '${ref}'...`);
2222

2323
await octokit.rest.git.updateRef({
2424
...repo,

0 commit comments

Comments
 (0)