We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3211696 + eafe4d0 commit e74515aCopy full SHA for e74515a
.github/workflows/stage-5-publish.yaml
@@ -104,7 +104,7 @@ jobs:
104
run: echo "secret_exist=${{ secrets.TEAMS_NOTIFICATION_WEBHOOK_URL != '' }}" >> $GITHUB_OUTPUT
105
- name: "Notify on publishing packages"
106
if: steps.check.outputs.secret_exist == 'true'
107
- uses: nhs-england-tools/notify-msteams-action@v0.0.4
+ uses: nhs-england-tools/notify-msteams-action@v1.0.0
108
with:
109
github-token: ${{ secrets.GITHUB_TOKEN }}
110
teams-webhook-url: ${{ secrets.TEAMS_NOTIFICATION_WEBHOOK_URL }}
0 commit comments