Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 513 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 513 Bytes

Workplace action

GitHub Action for sending a Workplace message.

Inputs

access-token

Required The Workplace Bot access token.

thread-key

Required The Workplace thread key to send the message.

text

Required The message to send. Default "Hello World!".

Example usage

uses: florianldt/workplace-action@master
with:
    access-token: ${{ secrets.WORKPLACE_ACCESS_TOKEN }}
    thread-key: ${{ secrets.WORKPLACE_THREAD_KEY }}
    text: 'Successful message!'