-
Notifications
You must be signed in to change notification settings - Fork 10
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 github step summary #24
base: main
Are you sure you want to change the base?
Conversation
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 for your contribution.
With a simple usage of the action, this works well, but if you look at the summary of the checks against this pull request, you see that e.g. running the action multiple times or with flags like --json
may create odd results: https://github.com/fsfe/reuse-action/actions/runs/5870075466
Therefore, my suggestion would be to make the summary configurable, enabled by default. I'm not sure what's the best way to implement that. Perhaps environment variables? I wouldn't choose args as these should be the available arguments to reuse
.
b4f62ca
to
0560044
Compare
I implemented the option to disable/change the output using a |
Thank you! Looks good on first sight but I would like to test and understand a bit more in detail. Not sure whether I can manage this before my vacation, but it's on my todo list. |
Hey guys, what's with this PR? Is it going to be merged? |
Adds the reuse tool output as markdown to the summary page of the action