Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1003 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 1003 Bytes

BYU logo github-action-teams

A GitHub Action for sending Microsoft Teams notifications

Usage

- name: Teams Notification
  uses: byu-oit/github-action-teams@v3
  if: always()
  with:
    status: ${{ job.status }}
    webhook-url: ${{ secrets.MS_TEAMS_WEBHOOK_URL }}

Example