You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unfortunately there's no easy way to determine the job_id value from within the action. But with 79414b4 we now have a link to the workflow run from the PR comment.
When using
add-job-summary-as-pr-comment
it is sometimes simpler to open the GitHub job details pages.Would it be possible to add such link:
https://github.com/<user>/<project>/actions/runs/<run_id>/job/<job_id>?pr=<pr>
in the summary?It could for instance be a link behind the
renderOutcome(result)
emoji:actions/sources/src/job-summary.ts
Lines 94 to 103 in 7fda81f
The text was updated successfully, but these errors were encountered: