Skip to content

google-chat-notifications

Actions
Google Chat Notifications for GitHub Actions
v3.4.0
Latest
Star (4)

Tags

 (2)

Google Chat Notification for GitHub Actions

Sends a Google Chat notification.

This repository is generated by typescript-action.

Preview

Usage

Parameters

Name Required Default Description
title "Build" Job title. Used for notification titles.
subtitle Job subtitle. Used for notification subtitles. We recommend using ${{ github.event.head_commit.message }}
webhookUrl Google Chat Webhook URL.
status Job status. Available values are success, failure, cancelled. We recommend using ${{ job.status }}
threadKey Thread key string. Used for send messages to a specific thread in a space

Examples

- name: Google Chat Notification
  uses: nakamuraos/google-chat-notifications@v3.4.0
  with:
    title: Build
    subtitle: ${{ github.event.head_commit.message }}
    webhookUrl: ${{ secrets.GOOGLE_CHAT_WEBHOOK }}
    status: ${{ job.status }}
    threadKey: ${{ secrets.GOOGLE_CHAT_THREAD_KEY }}
  if: always()

google-chat-notifications 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 Notifications for GitHub Actions
v3.4.0
Latest

Tags

 (2)

google-chat-notifications 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.