Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Output a summary and not an annotation
An original implementation of this used annotations, rather job summaries but these don't really work that well. We can't comment on files which have changed outside of the diff, so the output is mostly shown in the log output or the autogenerated job summary. Instead, we assemble a custom output which is much nicer. https://github.blog/2022-05-09-supercharging-github-actions-with-job-summaries/ https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#adding-a-job-summary
- Loading branch information