Skip to content

Commit 238f477

Browse files
Fix workflow name
1 parent 9fc9f9c commit 238f477

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
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/release-bootstrapper-infra-v1.yaml
15+
uses: pagopa/dx/.github/workflows/release-terraform-bootstrapper-v1.yaml
1616
name: Dev - Bootstrapper Deploy
1717
secrets: inherit
1818
with:

.github/workflows/_release-terraform-apply-prod-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/release-bootstrapper-infra-v1.yaml
15+
uses: pagopa/dx/.github/workflows/release-terraform-bootstrapper-v1.yaml
1616
name: Prod - Bootstrapper Deploy
1717
secrets: inherit
1818
with:

.github/workflows/release-bootstrapper-infra-v1.yaml renamed to .github/workflows/release-terraform-bootstrapper-v1.yaml

File renamed without changes.

0 commit comments

Comments
 (0)