acmesoftwarellc/Google Chat Build Notification
Send build notifications to Google Chat via webhook with status, changelog, and mentions support.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Dec 15, 2025
- License
- MIT
Pinned Snippet
uses: acmesoftwarellc/google-chat-notification@bec1267ea6fdce40e368443622b0d536775564f9 # 1.0.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| webhook-url | The Google Chat incoming webhook URL. Obtain this from your Google Chat room settings. | yes | — |
| platform | Build platform (e.g., iOS, Android). Used to customize the notification. | yes | — |
| changelog | Changelog in markdown format. This will be included in the notification. | yes | — |
| app-version | Application version (e.g., 1.2.3). | yes | — |
| build-number | Build number. Defaults to N/A if not provided. | no | N/A |
| mention | Mention user or group in the notification, e.g., <users/all> or <users/1234567890>. Defaults to <users/all>. | no | <users/all> |
| status | Build status (e.g., success, failure, cancelled). Defaults to success. | no | success |
| image-url | URL of the image to include in the notification. If not provided, a default image for the platform will be used. | no | — |
Outputs
| name | description |
|---|---|
| status-code | The HTTP status code returned from the Google Chat webhook request. |