We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a108782 commit 7215e7bCopy full SHA for 7215e7b
.github/workflows/stage-3-build.yaml
@@ -104,7 +104,7 @@ jobs:
104
--infraRepoName "$(echo ${{ github.repository }} | cut -d'/' -f2)" \
105
--releaseVersion ${{ github.head_ref || github.ref_name }} \
106
--targetWorkflow "dispatch-deploy-dynamic-env.yaml" \
107
- --targetEnvironment "${env.PR_NUMBER}" \
+ --targetEnvironment "${PR_NUMBER}" \
108
--targetComponent "api" \
109
--targetAccountGroup "nhs-notify-supplier-api-dev" \
110
--terraformAction "apply" \
0 commit comments