Build(deps): Bump the update-npm-dependencies group in /AdminApi/src/AdminApi/ClientApp with 14 updates #571
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Notify about new pull request | |
on: | |
pull_request_target: | |
types: [opened] | |
jobs: | |
send_notification: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: nmshd/github-notify-action@v1 | |
with: | |
webhook_url: ${{ secrets.MS_TEAMS_WEBHOOK_CONTRIBUTION }} |