Skip to content

Commit 6adff4f

Browse files
Bump nhs-england-tools/notify-msteams-action from 0.0.4 to 1.0.0
Bumps [nhs-england-tools/notify-msteams-action](https://github.com/nhs-england-tools/notify-msteams-action) from 0.0.4 to 1.0.0. - [Release notes](https://github.com/nhs-england-tools/notify-msteams-action/releases) - [Changelog](https://github.com/nhs-england-tools/notify-msteams-action/blob/main/.releaserc) - [Commits](nhs-england-tools/notify-msteams-action@v0.0.4...v1.0.0) --- updated-dependencies: - dependency-name: nhs-england-tools/notify-msteams-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 88e4ff8 commit 6adff4f

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)