Skip to content

Commit 391de9f

Browse files
Update DeployToK8s to deploy-to-k8s
1 parent c152b03 commit 391de9f

13 files changed

Lines changed: 13 additions & 13 deletions

.github/workflows/basket-api-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ env:
1616
CHART_ROOT: deploy/k8s/helm
1717

1818
jobs:
19-
DeployToK8s:
19+
deploy-to-k8s:
2020
if: ${{ github.event_name == 'workflow_dispatch' || github.event_name == 'repository_dispatch' || github.event.workflow_run.conclusion == 'success' }}
2121
runs-on: ubuntu-latest
2222

.github/workflows/catalog-api-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ env:
1616
CHART_ROOT: deploy/k8s/helm
1717

1818
jobs:
19-
DeployToK8s:
19+
deploy-to-k8s:
2020
if: ${{ github.event_name == 'workflow_dispatch' || github.event_name == 'repository_dispatch' || github.event.workflow_run.conclusion == 'success' }}
2121
runs-on: ubuntu-latest
2222

.github/workflows/identity-api-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ env:
1616
CHART_ROOT: deploy/k8s/helm
1717

1818
jobs:
19-
DeployToK8s:
19+
deploy-to-k8s:
2020
if: ${{ github.event_name == 'workflow_dispatch' || github.event_name == 'repository_dispatch' || github.event.workflow_run.conclusion == 'success' }}
2121
runs-on: ubuntu-latest
2222

.github/workflows/mobileshoppingagg-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ env:
1616
CHART_ROOT: deploy/k8s/helm
1717

1818
jobs:
19-
DeployToK8s:
19+
deploy-to-k8s:
2020
if: ${{ github.event_name == 'workflow_dispatch' || github.event_name == 'repository_dispatch' || github.event.workflow_run.conclusion == 'success' }}
2121
runs-on: ubuntu-latest
2222

.github/workflows/ordering-api-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ env:
1616
CHART_ROOT: deploy/k8s/helm
1717

1818
jobs:
19-
DeployToK8s:
19+
deploy-to-k8s:
2020
if: ${{ github.event_name == 'workflow_dispatch' || github.event_name == 'repository_dispatch' || github.event.workflow_run.conclusion == 'success' }}
2121
runs-on: ubuntu-latest
2222

.github/workflows/ordering-backgroundtasks-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ env:
1616
CHART_ROOT: deploy/k8s/helm
1717

1818
jobs:
19-
DeployToK8s:
19+
deploy-to-k8s:
2020
if: ${{ github.event_name == 'workflow_dispatch' || github.event_name == 'repository_dispatch' || github.event.workflow_run.conclusion == 'success' }}
2121
runs-on: ubuntu-latest
2222

.github/workflows/ordering-signalrhub-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ env:
1616
CHART_ROOT: deploy/k8s/helm
1717

1818
jobs:
19-
DeployToK8s:
19+
deploy-to-k8s:
2020
if: ${{ github.event_name == 'workflow_dispatch' || github.event_name == 'repository_dispatch' || github.event.workflow_run.conclusion == 'success' }}
2121
runs-on: ubuntu-latest
2222

.github/workflows/payment-api-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ env:
1616
CHART_ROOT: deploy/k8s/helm
1717

1818
jobs:
19-
DeployToK8s:
19+
deploy-to-k8s:
2020
if: ${{ github.event_name == 'workflow_dispatch' || github.event_name == 'repository_dispatch' || github.event.workflow_run.conclusion == 'success' }}
2121
runs-on: ubuntu-latest
2222

.github/workflows/webhooks-api-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ env:
1616
CHART_ROOT: deploy/k8s/helm
1717

1818
jobs:
19-
DeployToK8s:
19+
deploy-to-k8s:
2020
if: ${{ github.event_name == 'workflow_dispatch' || github.event_name == 'repository_dispatch' || github.event.workflow_run.conclusion == 'success' }}
2121
runs-on: ubuntu-latest
2222

.github/workflows/webmvc-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ env:
1616
CHART_ROOT: deploy/k8s/helm
1717

1818
jobs:
19-
DeployToK8s:
19+
deploy-to-k8s:
2020
if: ${{ github.event_name == 'workflow_dispatch' || github.event_name == 'repository_dispatch' || github.event.workflow_run.conclusion == 'success' }}
2121
runs-on: ubuntu-latest
2222

0 commit comments

Comments
 (0)