Skip to content

evidenceprime/google-chat-notifications

 
 

Repository files navigation

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
title true Job title. Used for notification titles.
subtitle false Job subtitle. Used for notification subtitles. We recommend using ${{ github.event.head_commit.message }}
webhookUrl true Google Chat Webhook URL.
status true Job status. Available values are success, failure, cancelled. We recommend using ${{ job.status }}
threadKey false Thread key string. Used for send messages to a specific thread in a space

Examples

- name: Google Chat Notification
  uses: nakamuraos/[email protected]
  with:
    title: Build
    webhookUrl: ${{ secrets.GOOGLE_CHAT_WEBHOOK }}
    status: ${{ job.status }}
  if: always()

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 96.0%
  • JavaScript 4.0%