Skip to content

Commit e74515a

Browse files
Merge dependabot/github_actions/nhs-england-tools/notify-msteams-action-1.0.0 into dependabotCombined
2 parents 3211696 + eafe4d0 commit e74515a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
run: echo "secret_exist=${{ secrets.TEAMS_NOTIFICATION_WEBHOOK_URL != '' }}" >> $GITHUB_OUTPUT
105105
- name: "Notify on publishing packages"
106106
if: steps.check.outputs.secret_exist == 'true'
107-
uses: nhs-england-tools/notify-msteams-action@v0.0.4
107+
uses: nhs-england-tools/notify-msteams-action@v1.0.0
108108
with:
109109
github-token: ${{ secrets.GITHUB_TOKEN }}
110110
teams-webhook-url: ${{ secrets.TEAMS_NOTIFICATION_WEBHOOK_URL }}

0 commit comments

Comments
 (0)