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 69a7500 commit c36c724Copy full SHA for c36c724
.github/workflows/cicd-1-pull-request.yaml
@@ -46,8 +46,6 @@ jobs:
46
echo "terraform_version=$(grep "^terraform\s" .tool-versions | cut -f2 -d' ')" >> $GITHUB_OUTPUT
47
echo "version=$(echo $version)" >> $GITHUB_OUTPUT
48
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 }}
51
- name: "Check if pull request exists for this branch"
52
id: pr_exists
53
env:
0 commit comments