Description
We already have "title" option for the PR comment.
An extra option to add a title to the GITHUB_SUMMARY would be useful.
(Thanks for the creating this action)
Use case
My action already outputs things to the actions summary and now there is no seperator. I add an extra step like this for now:
- name: 📝 Add title for next summary addition
if: ${{ inputs.run-dotnet-tests && github.event_name == 'pull_request' }}
run: echo "## Diff Coverage Report" >> $GITHUB_STEP_SUMMARY
Description
We already have "title" option for the PR comment.
An extra option to add a title to the GITHUB_SUMMARY would be useful.
(Thanks for the creating this action)
Use case
My action already outputs things to the actions summary and now there is no seperator. I add an extra step like this for now: