Skip to content

Commit f1b9767

Browse files
committed
WIP
1 parent a94c8a2 commit f1b9767

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy-to-control-plane-review.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131

3232
- name: Get PR number
3333
run: |
34+
echo "GITHUB_REPOSITORY: '$GITHUB_REPOSITORY'"
3435
API_RESPONSE=$(curl --location --request GET 'https://api.github.com/repos/$GITHUB_REPOSITORY/pulls?state=open' \
3536
--header 'Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}')
3637
echo "API_RESPONSE: $API_RESPONSE"

0 commit comments

Comments
 (0)