Skip to content

rfuehrer/actions.webhook-to-ms-teams

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5c1ad83 · Apr 27, 2020

History

3 Commits
Apr 27, 2020
Apr 27, 2020
Apr 27, 2020
Apr 27, 2020
Apr 27, 2020

Repository files navigation

Microsoft Teams Webhook Notifications

This actions sends a message to your Microsoft Teams channel using an Incoming Webhook connector. An Incoming Webhook connector must be setup on your Microsoft Teams channel before this action can be used successfully.

Get started with Microsoft Teams Connectors Incoming Webhook

Inputs

webhook

Required The webhook url for your Incoming Webhook connector.

message

Required The message you want to send to your Microsoft Teams channel.

Example usage

- name: Send message to ms teams
  uses: rfuehrer/actions-to-ms-teams@head
  with:
    webhook: '${{ secrets.<SECRET_VAR_NAME> }}'
    message: 'Webhook messages is working!'

<SECRET_VAR_NAME> is a secret variable in your repository. Define a secret variable with the webhook URL als value and set it here as reference.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published