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 857e438 commit 77389e1Copy full SHA for 77389e1
src/index.ts
@@ -50,7 +50,7 @@ const getConfig = (): Config => {
50
core.info(`Changelog:\n${changelogContent}`);
51
core.setOutput('changelog', changelogContent);
52
core.setOutput('isEmpty', changelog.isEmpty);
53
- core.setOutput('CHANGELOG', changelogContent);
+ core.exportVariable('CHANGELOG', changelogContent);
54
core.exportVariable('IS_EMPTY', changelog.isEmpty);
55
core.info('Finished!');
56
} catch (error) {
0 commit comments