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

Add GitHub Actions SetStepSummary Command #4011

Closed
2 tasks done
gep13 opened this issue Oct 23, 2022 · 1 comment · Fixed by #4012
Closed
2 tasks done

Add GitHub Actions SetStepSummary Command #4011

gep13 opened this issue Oct 23, 2022 · 1 comment · Fixed by #4012
Assignees
Labels
Milestone

Comments

@gep13
Copy link
Member

gep13 commented Oct 23, 2022

Prerequisites

  • I have written a descriptive issue title
  • I have searched issues to ensure it has not already been reported

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

@gep13 gep13 added the Feature label Oct 23, 2022
@gep13 gep13 added this to the v3.0.0 milestone Oct 23, 2022
@gep13 gep13 self-assigned this Oct 23, 2022
gep13 added a commit to gep13/cake that referenced this issue Oct 23, 2022
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 <sean@jellyfish.co.nz>
devlead pushed a commit to gep13/cake that referenced this issue Oct 24, 2022
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 <sean@jellyfish.co.nz>
@cake-build-bot
Copy link

🎉 This issue has been resolved in version v3.0.0 🎉

The release is available on:

Your GitReleaseManager bot 📦🚀

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

Successfully merging a pull request may close this issue.

2 participants