go-gitea / gitea

Git with a cup of tea! Painless self-hosted all-in-one software development service, including Git hosting, code review, team collaboration, package registry and CI/CD
https://gitea.com
MIT License
43.46k stars 5.34k forks source link

Actions - Job Summary #23721

Open ghnp5 opened 1 year ago

ghnp5 commented 1 year ago

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

bergerkiller commented 2 months ago

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.