voidrot/Google Chat Card Action
Send feature-rich messages to Google Chat from GitHub Actions
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| webhook_url | Webhook URL from Google Chat space | yes | — |
| message_type | Target message to build (auto, workflow_status, deployment_status, pull_request, issue, custom) | yes | auto |
| status | The status (success, failure, cancelled, etc.) | no | — |
| custom_text | Additional text to include with the message (works with all message types) | no | — |
| custom_cards_v2 | Cards v2 JSON string | no | — |
| thread_key | Thread key overrides | no | — |
| disable_threading | Switch to disable threading entirely | no | false |
| card_title | Card header title (custom message type) | no | — |
| card_subtitle | Card header subtitle (custom message type) | no | — |
| card_image_url | Card header image URL (custom message type) | no | — |
| card_text | Card body text paragraph (custom message type) | no | — |
| card_button_text | Card button label (custom message type) | no | — |
| card_button_url | Card button URL (custom message type) | no | — |
Outputs
| name | description |
|---|---|
| time | The time we sent the message |