We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c2c81d commit 607c188Copy full SHA for 607c188
1 file changed
.github/workflows/cicd-1-pull-request.yaml
@@ -171,7 +171,7 @@ jobs:
171
--terraformAction "apply" \
172
--overrideProjectName "nhs" \
173
--overrideRoleName "nhs-main-acct-client-callbacks-github-deploy" \
174
- --overrides "branch_name=${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}},deploy_mock_webhook=true"
+ --overrides "branch_name=${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}"
175
acceptance-stage: # Recommended maximum execution time is 10 minutes
176
name: "Acceptance stage"
177
needs: [metadata, build-stage, pr-create-dynamic-environment]
0 commit comments