I currently have a workflow which calls a custom Action which creates a Job Summary by writing to the GITHUB_STEP_SUMMARY variable. My goal is to display this markdown text not in the Workflow summary but rather in a seperate job which only contains said text.
I have searched for any kind of information regarding this without much luck. But i know that it is possible as an action called dorny-test-reporter does exactly that. Here is an image of what i currently have working versus what dorny-test-reporter produces:
So my endgoal is to have a 3rd Job listed called e.g. TODO results which contains the same text which is currently displayed in the summary. I tried to look into the source code of dorny-test-reporter but was unable to identify how they managed to get the desired result.