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

Fix the job summary table example #1892

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

mcdonnnj
Copy link

@mcdonnnj mcdonnnj commented Dec 5, 2024

The current example for using core.summary.addTable() shows passing the data as a single row and does not correctly represent the sample output. This updates the example to be accurate both in code and in example output. I also took the liberty of changing the data cell content to strings to show both ways of passing cell data. This mirrors the blog post that announced job summaries.

This updates the example of adding a table to a job summary using
core.summary.addTable() to be correct. It also changes the data row to
use strings instead of objects to show both ways that cell data can be
defined. This mirrors the job summary announcement blog post.
@mcdonnnj mcdonnnj requested a review from a team as a code owner December 5, 2024 11:21
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

Successfully merging this pull request may close these issues.

1 participant