Open
Description
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/