Skip to content

Commit 9fc9f9c

Browse files
Updated bootstrapper apply workflow name in caller workflows
1 parent 2480c36 commit 9fc9f9c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/_release-terraform-apply-dev-bootstrapper.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212

1313
jobs:
1414
deploy:
15-
uses: pagopa/dx/.github/workflows/bootstrapper_infra_apply.yaml@main
15+
uses: pagopa/dx/.github/workflows/release-bootstrapper-infra-v1.yaml
1616
name: Dev - Bootstrapper Deploy
1717
secrets: inherit
1818
with:

.github/workflows/_release-terraform-apply-prod-bootstrapper.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Terraform apply on prod bootstrapper
1+
name: Terraform apply on Prod bootstrapper
22

33
on:
44
workflow_dispatch:
@@ -12,8 +12,8 @@ on:
1212

1313
jobs:
1414
deploy:
15-
uses: pagopa/dx/.github/workflows/bootstrapper_infra_apply.yaml@main
16-
name: prod - Bootstrapper Deploy
15+
uses: pagopa/dx/.github/workflows/release-bootstrapper-infra-v1.yaml
16+
name: Prod - Bootstrapper Deploy
1717
secrets: inherit
1818
with:
1919
environment: prod

0 commit comments

Comments
 (0)