-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for job summaries π #41
Conversation
4ffd37d
to
59a54cc
Compare
|
||
| | β Added | β Fixed | | ||
|:---------------------------:|:-------:|:-------:| | ||
| β οΈ [Errors / Warnings / Notes](https://github.com/${GITHUB_REPOSITORY}/pull/${GITHUB_REF//merge}/files) | **${added_issues:-0}** | **${fixed_issues:-0}** | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This link format does not seems to be working :/ See log of this PR: https://github.com/redhat-plumbers-in-action/differential-shellcheck/actions/runs/2591016887
It will point to https://github.com/redhat-plumbers-in-action/differential-shellcheck/pull/ refs/pull/41/ /files instead of https://github.com/redhat-plumbers-in-action/differential-shellcheck/pull/refs/pull/41/files.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you! I came across this issue but a forgot about it πΊ. This change should resolve the issue:
https://github.com/${GITHUB_REPOSITORY}/${${GITHUB_REF##refs\/}%%\/merge}/files
link -> https://github.com/redhat-plumbers-in-action/differential-shellcheck/pull/41/files
I'll submit PR.
Example of Differential ShellCheck job summary:
Differential ShellCheck π
Changed scripts:
2
Useful links
βΉοΈ When you have an issue with GitHub action please try to run it in debug mode and submit an issue.