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
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: