Update Teams service to support new webhook URL format with required extraId #6
This file contains hidden or 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: Pull Request | |
on: | |
workflow_dispatch: {} | |
pull_request: | |
branches: | |
- main | |
permissions: | |
contents: read | |
packages: write | |
attestations: write | |
id-token: write | |
# jobs: | |
# lint: | |
# uses: ./.github/workflows/lint.yaml | |
test: | |
uses: ./.github/workflows/test.yaml |