We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe6d428 commit d79a7ccCopy full SHA for d79a7cc
.github/workflows/cicd-2-publish.yaml
@@ -89,7 +89,7 @@ jobs:
89
run: echo "secret_exist=${{ secrets.TEAMS_NOTIFICATION_WEBHOOK_URL != '' }}" >> $GITHUB_OUTPUT
90
- name: "Notify on publishing packages"
91
if: steps.check.outputs.secret_exist == 'true'
92
- uses: nhs-england-tools/notify-msteams-action@v0.0.4
+ uses: nhs-england-tools/notify-msteams-action@v1.0.0
93
with:
94
github-token: ${{ secrets.GITHUB_TOKEN }}
95
teams-webhook-url: ${{ secrets.TEAMS_NOTIFICATION_WEBHOOK_URL }}
0 commit comments