Skip to content

Commit d7612c1

Browse files
committed
chore(ci): debug job outputs 7
1 parent 3a90d21 commit d7612c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable_export_pr_details.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
pr=$(jc -c '.number' ${FILE})
6363
echo "PR is --- $pr"
6464
echo "PR_N=$pr" >> $GITHUB_ENV
65-
echo ::set-output name=prNumber::$(jc -c '.number' ${FILE})
65+
echo ::set-output name=prNumber::$(jq -c '.number' ${FILE})
6666
echo ::set-output name=prTitle::$(jq -c '.pull_request.title' .${FILE})
6767
echo ::set-output name=prBody::$(jq -c '.pull_request.body' .${FILE})
6868
echo ::set-output name=prAuthor::$(jq -c '.pull_request.user.login' .${FILE})

0 commit comments

Comments
 (0)