Tweak log message

This commit is contained in:
daz 2024-08-08 13:34:53 -06:00
parent 631bcacd15
commit e482045599
No known key found for this signature in database

View file

@ -43,7 +43,7 @@ export async function generateJobSummary(
async function addPRComment(jobSummary: string): Promise<void> {
const context = github.context
if (context.payload.pull_request == null) {
core.info('No pull_request trigger: not adding PR comment')
core.info('No pull_request trigger detected: not adding PR comment')
return
}