Skip to content

Commit

Permalink
chore: print log
Browse files Browse the repository at this point in the history
  • Loading branch information
liweijie0812 committed Aug 13, 2024
1 parent 6fd0ac3 commit 24a3de6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -29254,7 +29254,7 @@ function generatorLogStart() {
pull_number,
})));
const PRList = PRListRes.map(res => res.data);
(0, core_1.startGroup)('releaseNodes');
(0, core_1.startGroup)('PRList');
(0, core_1.info)(`PRList:${JSON.stringify(PRList, null, 4)}`);
(0, core_1.endGroup)();
const logRelease = `(删除此行代表确认该日志): 修改并确认日志后删除这一行,机器人会提交到 本 PR 的 CHANGELOG.md 文件中
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ async function generatorLogStart() {
})))

const PRList = PRListRes.map(res => res.data as PullsData)
startGroup('releaseNodes')
startGroup('PRList')
info(`PRList:${JSON.stringify(PRList, null, 4)}`)
endGroup()

Expand Down

0 comments on commit 24a3de6

Please sign in to comment.