Skip to content
at-sign

GitHub Action

google-chat-github-notification

v1.2.1 Latest version

google-chat-github-notification

at-sign

google-chat-github-notification

Google Chat Notification for GitHub Actions

Installation

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

              

- name: google-chat-github-notification

uses: CommonMarvel/google-chat-notification@v1.2.1

Learn more about this action in CommonMarvel/google-chat-notification

Choose a version

google-chat-notification status

Success Cancelled Failure

Usage

Add notify.yml to .github/workflows/

.github/workflows/notify.yml

name: notify
on:
  pull_request:
    types: [opened, reopened, closed]
  pull_request_review_comment:
    types: [created]
jobs:
  notify:
    runs-on: ubuntu-latest
    steps:
    - name: Google Chat Notification
      uses: CommonMarvel/google-chat-notification@v1.1.1
      with:
        url: ${{ secrets.GOOGLE_CHAT_WEBHOOK }}