Skip to content

Commit

Permalink
Merge pull request #2214 from CityOfPhiladelphia/teamsnotfication
Browse files Browse the repository at this point in the history
Create teamsNotification.yml
  • Loading branch information
arminmobasseri authored Dec 16, 2024
2 parents 6cb226a + c3bfa78 commit 240f590
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/teamsNotification.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: MS Teams Notification
on: [pull_request]

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
# this is the new step
- uses: dchourasia/[email protected] # or "./" if in a local set-up
if: always()
with:
github-token: ${{ github.token }}
webhook-uri: ${{ secrets.TEAMS_WEBHOOK_URL }}

0 comments on commit 240f590

Please sign in to comment.