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 56b7c70 commit bc9346aCopy full SHA for bc9346a
src/main.ts
@@ -8,6 +8,7 @@ async function run(): Promise<void> {
8
})
9
const current_version: string = core.getInput('version', {required: true})
10
const channel: string = core.getInput('channel', {required: true})
11
+ core.info(`Debug message`)
12
13
const changelog = await generateChangelog(
14
github_auth_token,
0 commit comments