Skip to content

Commit 831aaa6

Browse files
authored
CCM-11751: Fixing workflow trigger (#146)
1 parent f947643 commit 831aaa6

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

.github/workflows/pr_closed.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,8 @@ jobs:
5656
run: |
5757
bash .github/scripts/dispatch_internal_repo_workflow.sh \
5858
--releaseVersion "main" \
59-
--targetWorkflow "dispatch-deploy-static-notify-supplier-api-env.yaml " \
59+
--targetWorkflow "dispatch-deploy-static-notify-supplier-api-env.yaml" \
6060
--targetEnvironment "main" \
6161
--targetAccountGroup "nhs-notify-supplier-api-dev" \
6262
--targetComponent "${{ matrix.component }}" \
63-
--terraformAction "apply" \
64-
--overrideProjectName "nhs" \
65-
--overrideRoleName "nhs-main-acct-supplier-api-github-deploy"
63+
--terraformAction "apply"

.github/workflows/release_created.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,4 @@ jobs:
3636
--targetEnvironment "main" \
3737
--targetAccountGroup "nhs-notify-supplier-api-nonprod" \
3838
--targetComponent "${{ matrix.component }}" \
39-
--terraformAction "apply" \
40-
--overrideProjectName "nhs" \
41-
--overrideRoleName "nhs-main-acct-supplier-api-github-deploy"
39+
--terraformAction "apply"

0 commit comments

Comments
 (0)