Merge pull request #30 from agile-lab/main #8
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: teams-notification | |
on: | |
push: | |
branches: | |
- 'main' | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Send message to MS Teams | |
uses: dhollerbach/[email protected] | |
env: | |
TEAMS_WEB_HOOK: ${{ secrets.TEAMSWEBHOOK }} | |
if: "${{ env.TEAMS_WEB_HOOK != '' }}" | |
with: | |
webhook: ${{ secrets.TEAMSWEBHOOK }} | |
message: 'New changes in the GitHub Data Product Specification' |