Skip to content

Commit 49c2c63

Browse files
committed
fix logging
1 parent 7a3640b commit 49c2c63

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dist/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/generate-changelog.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ export async function generateChangelog(
7373
)
7474

7575
const commits = command.stdout.trim().split('\n')
76-
core.info(`Found commits ${command}`)
76+
core.info(`Found commits ${commits}`)
7777

7878
// There were no differences in commits between the current version and the previous version.
7979
if (commits.length === 0) {

0 commit comments

Comments
 (0)