Skip to content

Commit 672d1be

Browse files
authored
Merge pull request #334 from NHSDigital/dependabot/github_actions/nhs-england-tools/notify-msteams-action-1.0.4
Bump nhs-england-tools/notify-msteams-action from 1.0.0 to 1.0.4
2 parents 3823f58 + 8eb3d70 commit 672d1be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cicd-2-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
run: echo "secret_exist=${{ secrets.TEAMS_NOTIFICATION_WEBHOOK_URL != '' }}" >> $GITHUB_OUTPUT
9090
- name: "Notify on publishing packages"
9191
if: steps.check.outputs.secret_exist == 'true'
92-
uses: nhs-england-tools/notify-msteams-action@v1.0.0
92+
uses: nhs-england-tools/notify-msteams-action@v1.0.5
9393
with:
9494
github-token: ${{ secrets.GITHUB_TOKEN }}
9595
teams-webhook-url: ${{ secrets.TEAMS_NOTIFICATION_WEBHOOK_URL }}

0 commit comments

Comments
 (0)