Skip to content

g-lalevee/Google-Chat-Action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyPI status

Google-Chat-Action

This action prints "Hello World" or "Hello" + the name of a person to greet to the log.

Inputs

googleChatRoom

Required The name of the Google Chat Room.

googleChatKey

Required Google Chat Webhook Key.

googleChatToken

Required Google Chat Webhook Token.

message

Required Message Text to be sent to Google Chat.

Outputs

status

Status code returned by Google Chat

statusText

Text of Status code returned by Google Chat

Example usage

    uses: g-lalevee/Google-Chat-Action@v1
    with:
        googleChatRoom: 'xxxxxxx'
        googleChatKey: 'yyyyyyyy'
        googleChatToken: 'zzzzzz'
        message: 'text text'

About

Send message to Google Chat

Resources

Stars

Watchers

Forks

Packages

No packages published