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

Actions - Job Summary #23721

Open
ghnp5 opened this issue Mar 26, 2023 · 1 comment
Open

Actions - Job Summary #23721

ghnp5 opened this issue Mar 26, 2023 · 1 comment
Labels
topic/gitea-actions related to the actions of Gitea type/feature Completely new functionality. Can only be merged if feature freeze is not active. type/proposal The new feature has not been accepted yet but needs to be discussed first.

Comments

@ghnp5
Copy link

ghnp5 commented Mar 26, 2023

Feature Description

Hey

I tried to do this:

echo "### Hello world! :rocket:" >> $GITHUB_STEP_SUMMARY

But I don't see this written anywhere, in the Gitea Actions area.

$GITHUB_STEP_SUMMARY seems to be /var/run/act/workflow/SUMMARY.md, which is fine.
But I wonder if nothing is being done with the file.

Thank you!

Screenshots

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

image

image

@ghnp5 ghnp5 added type/feature Completely new functionality. Can only be merged if feature freeze is not active. type/proposal The new feature has not been accepted yet but needs to be discussed first. labels Mar 26, 2023
@wolfogre wolfogre added the topic/gitea-actions related to the actions of Gitea label Mar 27, 2023
@a1012112796 a1012112796 mentioned this issue Apr 19, 2023
4 tasks
@bergerkiller
Copy link

I would like to see summaries working.

My use case: I'm using a workflow to build a docker image with a tag based on the branch/tags/etc. and would like to show this information in markdown after the workflow finishes running. The only alternative right now is to publish an artifact, which is packed in a downloadable (not viewable) zip file. Not very elegant.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic/gitea-actions related to the actions of Gitea type/feature Completely new functionality. Can only be merged if feature freeze is not active. type/proposal The new feature has not been accepted yet but needs to be discussed first.
Projects
None yet
Development

No branches or pull requests

3 participants