Skip to content

Commit a2c9a7d

Browse files
Bump nhs-england-tools/notify-msteams-action from 1.0.0 to 1.0.5
Bumps [nhs-england-tools/notify-msteams-action](https://github.com/nhs-england-tools/notify-msteams-action) from 1.0.0 to 1.0.5. - [Release notes](https://github.com/nhs-england-tools/notify-msteams-action/releases) - [Changelog](https://github.com/nhs-england-tools/notify-msteams-action/blob/main/CHANGELOG.md) - [Commits](nhs-england-tools/notify-msteams-action@v1.0.0...v1.0.5) --- updated-dependencies: - dependency-name: nhs-england-tools/notify-msteams-action dependency-version: 1.0.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b34c635 commit a2c9a7d

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
@@ -96,7 +96,7 @@ jobs:
9696
run: echo "secret_exist=${{ secrets.TEAMS_NOTIFICATION_WEBHOOK_URL != '' }}" >> $GITHUB_OUTPUT
9797
- name: "Notify on publishing packages"
9898
if: steps.check.outputs.secret_exist == 'true'
99-
uses: nhs-england-tools/notify-msteams-action@v1.0.0
99+
uses: nhs-england-tools/notify-msteams-action@v1.0.5
100100
with:
101101
github-token: ${{ secrets.GITHUB_TOKEN }}
102102
teams-webhook-url: ${{ secrets.TEAMS_NOTIFICATION_WEBHOOK_URL }}

0 commit comments

Comments
 (0)