Skip to content
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

Use GitHub Actions Summaries #145

Closed
martincostello opened this issue May 11, 2022 · 2 comments · Fixed by #442
Closed

Use GitHub Actions Summaries #145

martincostello opened this issue May 11, 2022 · 2 comments · Fixed by #442
Assignees
Labels
enhancement New feature or request feature-request A request for new functionality
Milestone

Comments

@martincostello
Copy link
Owner

Consider using GitHub Actions summaries to render a nice human-readable report of updates (or not) applied when the action runs.

@martincostello martincostello added the question Further information is requested label May 11, 2022
@martincostello martincostello self-assigned this May 11, 2022
@martincostello martincostello added enhancement New feature or request and removed question Further information is requested labels May 11, 2022
martincostello added a commit that referenced this issue Apr 19, 2023
Add support for GitHub step summaries for #145.
@martincostello
Copy link
Owner Author

Had a quick play at this with @actions/core, but the markdown reuse wasn't great. Needs a bit more thought and refactoring to use it properly.

Example.

martincostello added a commit that referenced this issue May 2, 2023
Write a summary report to `$GITHUB_STEP_SUMMARY` by default containing the SDK version, release date and any CVEs.

Resolves #145.
@martincostello martincostello added this to the v2.1.5 milestone May 2, 2023
martincostello added a commit that referenced this issue May 3, 2023
Write a summary report to `$GITHUB_STEP_SUMMARY` by default containing the SDK version, release date and any CVEs.

Resolves #145.
@martincostello martincostello added the feature-request A request for new functionality label May 3, 2023
@martincostello
Copy link
Owner Author

Example

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request feature-request A request for new functionality
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant