Skip to content

Commit 2f7c174

Browse files
authored
Merge pull request #11 from nhs-england-tools/dependabot/github_actions/nhs-england-tools/notify-msteams-action-1.0.0
Bump nhs-england-tools/notify-msteams-action from 0.0.4 to 1.0.0
2 parents 129f4e4 + 6adff4f commit 2f7c174

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/cicd-2-publish.yaml

+1-1
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@v0.0.4
92+
uses: nhs-england-tools/notify-msteams-action@v1.0.0
9393
with:
9494
github-token: ${{ secrets.GITHUB_TOKEN }}
9595
teams-webhook-url: ${{ secrets.TEAMS_NOTIFICATION_WEBHOOK_URL }}

0 commit comments

Comments
 (0)