Skip to content

google-chat-notification

Actions
Google Chat Notification for GitHub Actions
v1
Latest
Star (48)

Tags

 (1)

Google Chat Notification for GitHub Actions

Sends a Google Chat notification.

This repository is generated by typescript-action.

Success Cancelled Failure

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 }}

Examples

- name: Google Chat Notification
  uses: Co-qn/google-chat-notification@releases/v1
  with:
    name: Build
    url: ${{ secrets.GOOGLE_CHAT_WEBHOOK }}
    status: ${{ job.status }}
  if: always()

google-chat-notification is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Google Chat Notification for GitHub Actions
v1
Latest

Tags

 (1)

google-chat-notification is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.