skyhancloud/bark-github-action
GitHub Action for sending notifications to Bark
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| device_key | The device key for the Bark server. | yes | — |
| server_url | The URL of the Bark server. | yes | — |
| title | The title of the push notification. | no | — |
| body | The content of the push notification. | yes | — |
| subtitle | The subtitle of the push notification. | no | — |
| badge | The badge number for the notification. | no | 0 |
| sound | The sound to play with the notification. | no | — |
| icon | The icon URL for the notification. (Must be a .jpg file) | no | — |
| group | The group name for grouping messages. | no | — |
| url | The URL to open when the notification is clicked. | no | — |
| level | The level of the notification. (Must be one of `critical`, `active`, `timeSensitive`, `passive`) | no | — |
| volume | The volume of the notification. (Must be between 0 and 10) | no | — |
| is_archive | Whether to archive the notification. | no | — |
| copy | Custom text to copy when the notification is copied. | no | — |
| auto_copy | Whether to auto-copy the notification. | no | — |
| call | Whether to repeat the ringtone on click. | no | — |
| action | Action to perform when the notification is clicked. (Must be `none`) | no | — |
Outputs
no outputs