Skip to content

Commit 0d5e9d3

Browse files
Merge dependabot/github_actions/nhs-england-tools/notify-msteams-action-1.0.5 into dependabotCombined
2 parents 5bf3b71 + fe9ac26 commit 0d5e9d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/stage-5-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ jobs:
378378
run: echo "secret_exist=${{ secrets.TEAMS_NOTIFICATION_WEBHOOK_URL != '' }}" >> $GITHUB_OUTPUT
379379
- name: "Notify on publishing packages"
380380
if: steps.check.outputs.secret_exist == 'true'
381-
uses: nhs-england-tools/notify-msteams-action@v1.0.0
381+
uses: nhs-england-tools/notify-msteams-action@v1.0.5
382382
with:
383383
github-token: ${{ secrets.GITHUB_TOKEN }}
384384
teams-webhook-url: ${{ secrets.TEAMS_NOTIFICATION_WEBHOOK_URL }}

0 commit comments

Comments
 (0)