Actions - Job Summary #10522

Open
opened 2025-11-02 09:10:11 -06:00 by GiteaMirror · 1 comment
Owner

Originally created by @ghnp5 on GitHub (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

Originally created by @ghnp5 on GitHub (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](https://user-images.githubusercontent.com/57591332/227798083-4c037eb4-c288-48fe-ad78-7ea1f6806e60.png) ![image](https://user-images.githubusercontent.com/57591332/227798087-f281a2ce-d4cb-4fe1-9a3c-9559e78a10f4.png)
GiteaMirror added the topic/gitea-actionstype/proposaltype/feature labels 2025-11-02 09:10:11 -06:00
Author
Owner

@bergerkiller commented on GitHub (May 31, 2024):

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.

@bergerkiller commented on GitHub (May 31, 2024): 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 in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#10522