mirror of
https://github.com/gradle/actions
synced 2024-11-23 18:02:13 +00:00
parent
e9c65b9fc0
commit
79414b4f92
1 changed files with 3 additions and 1 deletions
|
@ -41,7 +41,9 @@ async function addPRComment(jobSummary: string): Promise<void> {
|
|||
core.info(`Adding Job Summary as comment to PR #${pull_request_number}.`)
|
||||
|
||||
const prComment = `<h3>Job Summary for Gradle</h3>
|
||||
<h5>${github.context.workflow} :: <em>${github.context.job}</em></h5>
|
||||
<a href="${context.serverUrl}/${context.repo.owner}/${context.repo.repo}/actions/runs/${context.runId}" target="_blank">
|
||||
<h5>${context.workflow} :: <em>${context.job}</em></h5>
|
||||
</a>
|
||||
|
||||
${jobSummary}`
|
||||
|
||||
|
|
Loading…
Reference in a new issue