We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3823f58 + 8eb3d70 commit 672d1beCopy full SHA for 672d1be
1 file changed
.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@v1.0.0
+ uses: nhs-england-tools/notify-msteams-action@v1.0.5
93
with:
94
github-token: ${{ secrets.GITHUB_TOKEN }}
95
teams-webhook-url: ${{ secrets.TEAMS_NOTIFICATION_WEBHOOK_URL }}
0 commit comments