Skip to content
bell

GitHub Action

google-chat-notifier

v1.0.5 Latest version

google-chat-notifier

bell

google-chat-notifier

Google Chat Notification for GitHub Actions

Installation

Copy and paste the following snippet into your .yml file.

              

- name: google-chat-notifier

uses: javiern8410/[email protected]

Learn more about this action in javiern8410/actions-google-chat-notification

Choose a version

Test

Google Chat Notification for GitHub Actions

Sends a Google Chat notifications.

Success

Usage

Parameters

Name Required Description
name true Job name. Used for notification titles.
url true Google Chat Webhook URL.
status true Job status. Available values are success, failure, cancelled. We recommend using ${{ job.status }} or ${{ steps..outcome/conclusion }}
custom_text false Custom text to show in message. Supports HTML tags.

Examples

- name: google-chat-notifier
  uses: javiern8410/[email protected]
  with:
    name: Build
    url: ${{ secrets.GOOGLE_CHAT_WEBHOOK }}
    status: ${{ job.status }}
    custom_text: 'Your custom message.'
  if: always()

GitHub issues

Issues page