Skip to content

Commit 07e1beb

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 c5bef3d commit 07e1beb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ jobs:
378378
run: echo "secret_exist=${{ secrets.TEAMS_NOTIFICATION_WEBHOOK_URL != '' }}" >> $GITHUB_OUTPUT
379379
- name: "Notify on publishing packages"
380380
if: steps.check.outputs.secret_exist == 'true'
381-
uses: nhs-england-tools/notify-msteams-action@v1.0.0
381+
uses: nhs-england-tools/notify-msteams-action@v1.0.5
382382
with:
383383
github-token: ${{ secrets.GITHUB_TOKEN }}
384384
teams-webhook-url: ${{ secrets.TEAMS_NOTIFICATION_WEBHOOK_URL }}

0 commit comments

Comments
 (0)