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:
256256 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
257257 with :
258258 show-progress : false
259+ sparse-checkout : ' .github/'
259260 - uses : docker://rhysd/actionlint:1.7.7
260261 with :
261262 args : -color /github/workspace/.github/workflows/dataconnect.yml
@@ -285,7 +286,7 @@ jobs:
285286 # (see https://github.com/firebase/firebase-android-sdk/issues/6863)
286287 pr_number=$(echo '${{ github.ref }}' | sed -En 's#^refs/pull/([0-9]+)/merge$#\1#p')
287288 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')
289290 fi
290291
291292 if [[ -v $issue_from_pr_body ]] && [[ -n $issue_from_pr_body ]] ; then
You can’t perform that action at this time.
0 commit comments