niniyas/ntfy_action
Send GitHub Action workflow notifications to ntfy.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| url | Server URL | yes | — |
| topic | ntfy topic | yes | — |
| tags | Tags for the message seperated by commas | no | — |
| title | ntfy message title. | no | — |
| headers | Authentication headers or others if needed. | no | — |
| details | Additional text after the notification message. | no | — |
| priority | Message priority. | no | — |
| actions | ntfy action buttons. Maximum 3 buttons. | no | — |
| image | Attach an image of the workflow. | no | — |
| icon | An icon that will appear next to the text of the notification | no | — |
Outputs
| name | description |
|---|---|
| response | The response of POST request |