Skip to content

Merge remote-tracking branch 'refs/remotes/origin/main' #2

Merge remote-tracking branch 'refs/remotes/origin/main'

Merge remote-tracking branch 'refs/remotes/origin/main' #2

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'