Skip to content

Commit 5e7b8a0

Browse files
committed
fix stack name
1 parent cd117ff commit 5e7b8a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
uses: ./.github/workflows/sam_release_code.yml
8080
with:
8181
ARTIFACT_BUCKET_PREFIX: fhir-validator-PR-${{needs.get_issue_number.outputs.issue_number}}
82-
STACK_NAME: fhir-validator
82+
STACK_NAME: fhir-validator-pr-${{needs.get_issue_number.outputs.issue_number}}
8383
TARGET_ENVIRONMENT: ref
8484
BUILD_ARTIFACT: packaged_code
8585
VERSION_NUMBER: fhir-validator-PR-${{ needs.get_issue_number.outputs.issue_number }}

0 commit comments

Comments
 (0)