Skip to content

Commit bc9346a

Browse files
committed
add debug message
1 parent 56b7c70 commit bc9346a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ async function run(): Promise<void> {
88
})
99
const current_version: string = core.getInput('version', {required: true})
1010
const channel: string = core.getInput('channel', {required: true})
11+
core.info(`Debug message`)
1112

1213
const changelog = await generateChangelog(
1314
github_auth_token,

0 commit comments

Comments
 (0)