Skip to content

Title for Actions Summary #9

Description

@DavidDeSloovere

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

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions