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 554cd78 commit d7c7691Copy full SHA for d7c7691
.github/workflows/pull_request.yml
@@ -75,7 +75,7 @@ jobs:
75
secrets:
76
CLOUD_FORMATION_DEPLOY_ROLE: ${{ secrets.DEV_CLOUD_FORMATION_DEPLOY_ROLE }}
77
release_ref:
78
- needs: [release_dev, package_code, get_commit_id]
+ needs: [release_dev, get_issue_number, package_code, get_commit_id]
79
uses: ./.github/workflows/sam_release_code.yml
80
with:
81
ARTIFACT_BUCKET_PREFIX: fhir-validator-PR-${{needs.get_issue_number.outputs.issue_number}}
0 commit comments