Skip to content

Commit e8e0ba3

Browse files
committed
Adjust output
1 parent 284276f commit e8e0ba3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/validate-pr/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ async function run() {
158158
comment += buildDiffTableLine(change)
159159
}
160160
} else {
161-
comment += 'No changes detected.'
161+
comment += '**No changes detected**.\n'
162162
}
163163
comment += `\nYou can validate ${changedApis.length === 1 ? 'this' : 'these'} API${changedApis.length === 1 ? '' : 's'} yourself by using the ${tick}make validate${tick} target.\n`
164164
core.setOutput('comment_body', comment)

0 commit comments

Comments
 (0)