File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -256,6 +256,7 @@ jobs:
256
256
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
257
257
with :
258
258
show-progress : false
259
+ sparse-checkout : ' .github/'
259
260
- uses : docker://rhysd/actionlint:1.7.7
260
261
with :
261
262
args : -color /github/workspace/.github/workflows/dataconnect.yml
@@ -285,7 +286,7 @@ jobs:
285
286
# (see https://github.com/firebase/firebase-android-sdk/issues/6863)
286
287
pr_number=$(echo '${{ github.ref }}' | sed -En 's#^refs/pull/([0-9]+)/merge$#\1#p')
287
288
if [[ -n $pr_number ]] ; then
288
- 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')
289
+ 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')
289
290
fi
290
291
291
292
if [[ -v $issue_from_pr_body ]] && [[ -n $issue_from_pr_body ]] ; then
You can’t perform that action at this time.
0 commit comments