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.
2 parents c43e49b + 97229fb commit ee19c58Copy full SHA for ee19c58
.github/workflows/dataconnect.yml
@@ -352,7 +352,7 @@ jobs:
352
# (see https://github.com/firebase/firebase-android-sdk/issues/6863)
353
pr_number=$(echo '${{ github.ref }}' | sed -En 's#^refs/pull/([0-9]+)/merge$#\1#p')
354
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')
+ 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')
356
fi
357
358
if [[ -v $issue_from_pr_body ]] && [[ -n $issue_from_pr_body ]] ; then
0 commit comments