Skip to content

javiern8410/actions-google-chat-notification

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

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