ouuan/Notification Messages
Get the notification message
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| format | The output format. Possible values: "markdown", "plaintext". | no | plaintext |
| event-name | The name of the webhook event. | no | ${{ github.event_name }} |
| event-json | The webhook event converted to JSON. | no | ${{ toJSON(github.event) }} |
Outputs
| name | description |
|---|---|
| message | The notification message |