We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e69cddc commit 6c1a458Copy full SHA for 6c1a458
src/main.ts
@@ -18,7 +18,7 @@ async function run(): Promise<void> {
18
return;
19
}
20
21
- core.debug(`Fast-forwarding '${branch}' to '${ref}'...`);
+ core.info(`Fast-forwarding '${branch}' to '${ref}'...`);
22
23
await octokit.rest.git.updateRef({
24
...repo,
0 commit comments