We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5bf3b71 + fe9ac26 commit 0d5e9d3Copy full SHA for 0d5e9d3
1 file changed
.github/workflows/stage-5-publish.yaml
@@ -378,7 +378,7 @@ jobs:
378
run: echo "secret_exist=${{ secrets.TEAMS_NOTIFICATION_WEBHOOK_URL != '' }}" >> $GITHUB_OUTPUT
379
- name: "Notify on publishing packages"
380
if: steps.check.outputs.secret_exist == 'true'
381
- uses: nhs-england-tools/notify-msteams-action@v1.0.0
+ uses: nhs-england-tools/notify-msteams-action@v1.0.5
382
with:
383
github-token: ${{ secrets.GITHUB_TOKEN }}
384
teams-webhook-url: ${{ secrets.TEAMS_NOTIFICATION_WEBHOOK_URL }}
0 commit comments