Skip to content

Commit 1a47a9e

Browse files
Merge branch 'main' into CCM-10927_test
2 parents 777ad9f + 078b22f commit 1a47a9e

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.github/workflows/pr_closed.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
secrets: inherit
5050
with:
5151
releaseVersion: main
52-
targetWorkflow: "dispatch-deploy-static-notify-web-supplier-api-env.yaml"
52+
targetWorkflow: "dispatch-deploy-static-notify-supplier-api-env.yaml"
5353
targetEnvironment: "main"
5454
targetAccountGroup: "nhs-notify-supplier-api-dev"
5555
targetComponent: ${{ matrix.component }}

.github/workflows/pr_create_dynamic_env.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
"inputs": {
3434
"infraRepoName": $infraRepoName,
3535
"releaseVersion", $releaseVersion,
36+
"targetProject", $targetProject,
3637
"targetEnvironment", $targetEnvironment,
3738
"targetAccountGroup", $targetAccountGroup,
3839
"targetComponent", $targetComponent,

.github/workflows/pr_destroy_dynamic_env.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
"inputs": {
3333
"infraRepoName": $infraRepoName,
3434
"releaseVersion", $releaseVersion,
35+
"targetProject", $targetProject,
3536
"targetEnvironment", $targetEnvironment,
3637
"targetAccountGroup", $targetAccountGroup,
3738
"targetComponent", $targetComponent,

0 commit comments

Comments
 (0)