Skip to content
This repository has been archived by the owner on Jan 28, 2024. It is now read-only.

Latest commit

 

History

History
24 lines (18 loc) · 455 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 455 Bytes

Microsoft Teams Webhook Message Action

This action sends a message to a specific MSTeams Webhook.

Inputs

WEBHOOK_URL

Required

TITLE

Required Title of the message

MESSAGE

Required The message body

Example usage

 - name: MSTeams Webhook message
   uses: charmitro/msteams-webhook-message-action@v0.5
   env:
     WEBHOOK_URL: <url>
     TITLE: "Test"
     MESSAGE: "Test message from GitHub action."