HyukjinKwon commented on a change in pull request #32235:
URL: https://github.com/apache/spark/pull/32235#discussion_r615809160
##########
File path: .github/workflows/update_build_status.yml
##########
@@ -74,7 +74,8 @@ jobs:
check_run_id: cr.id,
output: cr.output,
status: run.data.status,
- conclusion: run.data.conclusion
+ conclusion: run.data.conclusion,
+ details_url: run.data.details_url
Review comment:
It links "View more details on GitHub Actions" to the workflow run in
forked repository:

This is unrelated minor change.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]