mirror of
https://github.com/gradle/actions
synced 2024-11-23 18:02:13 +00:00
Tweak log message
This commit is contained in:
parent
631bcacd15
commit
e482045599
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue