Skip to content

Commit 38666fd

Browse files
committed
update dependabot workflow
1 parent a8bcdfd commit 38666fd

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/for-dependabot-to-check.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
uses: jdcargile/ms-teams-notification@28e5ca976c053d54e2b852f3f38da312f35a24fc # v1.4
6464
with:
6565
github-token: ${{ github.token }}
66-
ms-teams-webhook-uri: http://platform-api.ee.springernature.io/api/v1/message?team=halfpipe-team
66+
ms-teams-webhook-uri: https://platform-api.ee.springernature.io/api/v1/message?team=halfpipe-team
6767
notification-color: dc3545
6868
notification-summary: ❌ GitHub Actions workflow failed
6969
run__exit_1__1_:
@@ -112,7 +112,7 @@ jobs:
112112
uses: jdcargile/ms-teams-notification@28e5ca976c053d54e2b852f3f38da312f35a24fc # v1.4
113113
with:
114114
github-token: ${{ github.token }}
115-
ms-teams-webhook-uri: http://platform-api.ee.springernature.io/api/v1/message?team=halfpipe-team
115+
ms-teams-webhook-uri: https://platform-api.ee.springernature.io/api/v1/message?team=halfpipe-team
116116
notification-color: dc3545
117117
notification-summary: ❌ GitHub Actions workflow failed
118118
deploy-cf:
@@ -180,7 +180,7 @@ jobs:
180180
uses: jdcargile/ms-teams-notification@28e5ca976c053d54e2b852f3f38da312f35a24fc # v1.4
181181
with:
182182
github-token: ${{ github.token }}
183-
ms-teams-webhook-uri: http://platform-api.ee.springernature.io/api/v1/message?team=halfpipe-team
183+
ms-teams-webhook-uri: https://platform-api.ee.springernature.io/api/v1/message?team=halfpipe-team
184184
notification-color: dc3545
185185
notification-summary: ❌ GitHub Actions workflow failed
186186
docker-push:
@@ -241,7 +241,7 @@ jobs:
241241
uses: jdcargile/ms-teams-notification@28e5ca976c053d54e2b852f3f38da312f35a24fc # v1.4
242242
with:
243243
github-token: ${{ github.token }}
244-
ms-teams-webhook-uri: http://platform-api.ee.springernature.io/api/v1/message?team=halfpipe-team
244+
ms-teams-webhook-uri: https://platform-api.ee.springernature.io/api/v1/message?team=halfpipe-team
245245
notification-color: dc3545
246246
notification-summary: ❌ GitHub Actions workflow failed
247247
docker-compose:
@@ -301,6 +301,6 @@ jobs:
301301
uses: jdcargile/ms-teams-notification@28e5ca976c053d54e2b852f3f38da312f35a24fc # v1.4
302302
with:
303303
github-token: ${{ github.token }}
304-
ms-teams-webhook-uri: http://platform-api.ee.springernature.io/api/v1/message?team=halfpipe-team
304+
ms-teams-webhook-uri: https://platform-api.ee.springernature.io/api/v1/message?team=halfpipe-team
305305
notification-color: dc3545
306306
notification-summary: ❌ GitHub Actions workflow failed

0 commit comments

Comments
 (0)