lihuacai168/Bark Notification
Send push notifications via Bark with customizable title format
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Dec 6, 2025
- License
- MIT
Pinned Snippet
uses: lihuacai168/bark_action@56e830766655d1333bc2f3e16bf8f7a36f132e92 # v1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| key | Bark API Key | yes | — |
| host | Bark server host (default: https://api.day.app) | no | https://api.day.app |
| title | Notification title | no | GitHub Actions Notification |
| body | Notification body | no | Workflow completed |
| url | URL to open when notification is tapped | no | "" |
| sound | Notification sound | no | "" |
| isArchive | Whether to save to history (1 for yes) | no | "" |
| automaticallyCopy | Automatically copy content to clipboard (1 for yes) | no | "" |
| copy | Content to copy to clipboard | no | "" |
| group | Notification group | no | "" |
| icon | Notification icon URL | no | "" |
Outputs
no outputs