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 c965188 commit 1c6d90bCopy full SHA for 1c6d90b
.github/workflows/deploy-to-control-plane-review.yml
@@ -31,6 +31,7 @@ jobs:
31
- name: Get PR number
32
run: |
33
echo "GITHUB_REPOSITORY: \"$GITHUB_REPOSITORY\""
34
+ echo "github.ref: \"$GITHUB_REF\""
35
API_RESPONSE=$(curl --location --request GET "https://api.github.com/repos/$GITHUB_REPOSITORY/pulls?state=open" \
36
--header 'Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}')
37
echo "API_RESPONSE: $API_RESPONSE"
0 commit comments