Skip to content

Commit

Permalink
fix: logs
Browse files Browse the repository at this point in the history
  • Loading branch information
anc95 committed Sep 5, 2023
1 parent c8b1317 commit f908e4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action/index.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -148206,7 +148206,7 @@ const robot = (app) => {
!ignoreList.includes(file.filename));
}
if (!changedFiles?.length) {
console.log('no target label attached');
console.log('no change found');
return 'no change';
}
console.time('gpt cost');
Expand Down

0 comments on commit f908e4b

Please sign in to comment.