Skip to content

Commit 69a7500

Browse files
committed
CCM-11751: Use github release assests for shared modules call
1 parent ac489fd commit 69a7500

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/cicd-1-pull-request.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ jobs:
4646
echo "terraform_version=$(grep "^terraform\s" .tool-versions | cut -f2 -d' ')" >> $GITHUB_OUTPUT
4747
echo "version=$(echo $version)" >> $GITHUB_OUTPUT
4848
echo "is_version_prerelease=$(if [[ $version == *-* ]]; then echo "true"; else echo "false"; fi)" >> $GITHUB_OUTPUT
49-
49+
does_pull_request_exist: ${{ steps.pr_exists.outputs.does_pull_request_exist }}
50+
pr_number: ${{ steps.pr_exists.outputs.pr_number }}
5051
- name: "Check if pull request exists for this branch"
5152
id: pr_exists
5253
env:

0 commit comments

Comments
 (0)