Skip to content

GitHub Action to notify Google Chat about result of jobs

Notifications You must be signed in to change notification settings

resuelve/fish-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Action to notify about events to Google Chat

Sends a message to Google chat channel with the result of the build, the result will be presented as a card.

Inputs

Input Required Description
google_chat_url yes Google webhook chat URL where the notification will be sent

Usage

- name: Notify chat
  if: ${{ always() }}
  uses: resuelve/fish-action@v1
    with:
      google_chat_url: ${{ secrets.GOOGLE_CHAT_URL }}

Enjoy 🎉

About

GitHub Action to notify Google Chat about result of jobs

Resources

Stars

Watchers

Forks

Packages

No packages published