Skip to content

Commit 0a7b5dc

Browse files
committed
Fix wf syntax
1 parent a4734f2 commit 0a7b5dc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/alert-deploy.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525
CLUSTER: test
2626
RESOURCE: .nais/alerts.yaml
2727
DEPLOY_SERVER: deploy.ssb.cloud.nais.io:443
28-
- name: Deploy AlertManager config
29-
uses: statisticsnorway/dapla-stat-iac/.github/workflows/reusable/alertconfig_deploy.yaml@main
28+
29+
- uses: statisticsnorway/dapla-stat-iac/.github/workflows/reusable/alertconfig_deploy.yaml@main
3030
with:
3131
cluster: test
3232

@@ -42,7 +42,7 @@ jobs:
4242
CLUSTER: prod
4343
RESOURCE: .nais/alerts.yaml
4444
DEPLOY_SERVER: deploy.ssb.cloud.nais.io:443
45-
- name: Deploy AlertManager config
46-
uses: statisticsnorway/dapla-stat-iac/.github/workflows/reusable/alertconfig_deploy.yaml@main
45+
46+
- uses: statisticsnorway/dapla-stat-iac/.github/workflows/reusable/alertconfig_deploy.yaml@main
4747
with:
4848
cluster: prod

0 commit comments

Comments
 (0)