Skip to content

byu-oit/github-action-teams

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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