aki77 / simplecov-report-action

A GitHub Action that report simplecov coverage.
MIT License
39 stars 21 forks source link

Add customization parameters #33

Open romanrod opened 1 year ago

romanrod commented 1 year ago

When using this action on a workflow that is triggered on: workflow_dispatch event, pull request number is required to add the comment with table on pull request conversation.

This pull request adds three new parameters:

pullRequestId:
  description: "Pull Request ID. Useful when running this action triggered by another workflow (e.g. when using `workflow_dispatch`)."
  required: false
customTitle:
  description: 'Custom title'
  required: false
customText:
  description: 'Custom text'
  required: false