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

Usage of JobSummary instead of annotations #45

Open
Zurvarian opened this issue Aug 9, 2023 · 1 comment
Open

Usage of JobSummary instead of annotations #45

Zurvarian opened this issue Aug 9, 2023 · 1 comment

Comments

@Zurvarian
Copy link

Hi,

I wanted to run this action from my GH Action as a workflow_dispatch, but found the issue with annotations being assigned to a commit, making it impossible what I had in mind.

Though last year GH released a new feature to expose data in the Job Summary by using an internal API.

It would be awesome if this action could offered an option to display the same data that it now does but writing it into a Job Summary instead (Which would be compatible with workflow_dispatch and other non-pr use cases)

https://github.blog/2022-05-09-supercharging-github-actions-with-job-summaries/

@deblockt
Copy link
Owner

Hi, I already use the summary option

core.info('Creating summary: ' + summary);
but I don't know why the summary is not attached to the job, but to a commit :/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants