Skip to content

Commit 03a0ea9

Browse files
committed
chore(ci): debug job outputs 8
1 parent d7612c1 commit 03a0ea9

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
@@ -59,7 +59,7 @@ jobs:
5959
- name: "Export PR details using shell"
6060
run: |
6161
FILE="pr.txt"
62-
pr=$(jc -c '.number' ${FILE})
62+
pr=$(jq -c '.number' ${FILE})
6363
echo "PR is --- $pr"
6464
echo "PR_N=$pr" >> $GITHUB_ENV
6565
echo ::set-output name=prNumber::$(jq -c '.number' ${FILE})

0 commit comments

Comments
 (0)