You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It should be possible to write markdown content to the GitHub Step Summary environment variable location, and the summary should appear in the summary for the workflow.
Steps to Reproduce
N/A.
Output log
N/A
The text was updated successfully, but these errors were encountered:
This commit adds a new SetStepSummary method, which can be used to write
markdown content to known location, which will then mean that the
summary is shown for the overall workflow.
Co-authored-by: Sean Fausett <[email protected]>
This commit adds a new SetStepSummary method, which can be used to write
markdown content to known location, which will then mean that the
summary is shown for the overall workflow.
Co-authored-by: Sean Fausett <[email protected]>
Prerequisites
Cake runner
Cake .NET Tool
Cake version
2.3.0
Operating system
Linux
Operating system architecture
64-Bit
CI Server
GitHub Actions
What are you seeing?
Following up from #4009, it makes sense to create a SetStepSummary method, which works in a very similar way.
https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#adding-a-job-summary
What is expected?
It should be possible to write markdown content to the GitHub Step Summary environment variable location, and the summary should appear in the summary for the workflow.
Steps to Reproduce
N/A.
Output log
N/A
The text was updated successfully, but these errors were encountered: