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

charmitro/msteams-webhook-message-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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."