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 a94c8a2 commit f1b9767Copy full SHA for f1b9767
.github/workflows/deploy-to-control-plane-review.yml
@@ -31,6 +31,7 @@ jobs:
31
32
- name: Get PR number
33
run: |
34
+ echo "GITHUB_REPOSITORY: '$GITHUB_REPOSITORY'"
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