$GITHUB_STEP_SUMMARY
is unusable for any nontrivial workflow
#2273
Labels
confirmed/not-planned
Those issues are confirmed, but not planned to be fixed. PR's get reviewed
kind/bug
Something isn't working
Bug report info
Command used with act
Describe issue
While it's true that https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#adding-a-job-summary says:
It doesn't mean "any content dumped into
$GITHUB_STEP_SUMMARY
other than the last step will be inaccessible at job completion."What GitHub does is move the contents from
$GITHUB_STEP_SUMMARY
to a new location which it then collates (each step's output is appended to the end of the collected output) at the end of each step.I expect act to do something similar:
$GITHUB_STEP_SUMMARY
file somewhere (and provide a new file for the next step -- this part is done).$GITHUB_STEP_SUMMARY
file and make that availableJob Summary written to: <path to local file.md>
Link to GitHub repository
https://github.com/check-spelling-sandbox/nektos-issue-step-summary-outputs-1/
Workflow content
Relevant log output
Additional information
No response
The text was updated successfully, but these errors were encountered: