psmodule/Get-IssueFormData
Get the data from an issue that was generated based on an issue form
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| IssueBody | The body of the issue, if not provided it will use the body of the issue that triggered the workflow. | no | ${{ github.event.issue.body }} |
Outputs
| name | description |
|---|---|
| data | The data from the issue body |