Skip to content

Merge pull request #29 from agile-lab/main #7

Merge pull request #29 from agile-lab/main

Merge pull request #29 from agile-lab/main #7

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'