Skip to content

Commit ee19c58

Browse files
committed
Merge branch 'CiPostMessageImprovements' into CiNotifyPython
2 parents c43e49b + 97229fb commit ee19c58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dataconnect.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ jobs:
352352
# (see https://github.com/firebase/firebase-android-sdk/issues/6863)
353353
pr_number=$(echo '${{ github.ref }}' | sed -En 's#^refs/pull/([0-9]+)/merge$#\1#p')
354354
if [[ -n $pr_number ]] ; then
355-
issue_from_pr_body=$(gh issue view "$pr_number" --json body --jq '.body' | sed -En 's#(\s|^)trksmnkncd_notification_issue=([0-9]+)(\s|$)#\2#p')
355+
issue_from_pr_body=$(gh issue view "$pr_number" --json body --jq '.body' -R ${{ github.repository }} | sed -En 's#(\s|^)trksmnkncd_notification_issue=([0-9]+)(\s|$)#\2#p')
356356
fi
357357
358358
if [[ -v $issue_from_pr_body ]] && [[ -n $issue_from_pr_body ]] ; then

0 commit comments

Comments
 (0)