Skip to content

Commit c36c724

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

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,6 @@ 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-
does_pull_request_exist: ${{ steps.pr_exists.outputs.does_pull_request_exist }}
50-
pr_number: ${{ steps.pr_exists.outputs.pr_number }}
5149
- name: "Check if pull request exists for this branch"
5250
id: pr_exists
5351
env:

0 commit comments

Comments
 (0)