GitHub Action for sending a Workplace message.
Required The Workplace Bot access token.
Required The Workplace thread key to send the message.
Required The message to send. Default "Hello World!"
.
uses: florianldt/workplace-action@master
with:
access-token: ${{ secrets.WORKPLACE_ACCESS_TOKEN }}
thread-key: ${{ secrets.WORKPLACE_THREAD_KEY }}
text: 'Successful message!'