Skip to content

Commit 1c6d90b

Browse files
committed
WIP
1 parent c965188 commit 1c6d90b

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
- name: Get PR number
3232
run: |
3333
echo "GITHUB_REPOSITORY: \"$GITHUB_REPOSITORY\""
34+
echo "github.ref: \"$GITHUB_REF\""
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)