Skip to content

Commit 64b0264

Browse files
committed
chore(ci): debug job outputs 9
1 parent 03a0ea9 commit 64b0264

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/reusable_export_pr_details.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,11 @@ jobs:
6363
echo "PR is --- $pr"
6464
echo "PR_N=$pr" >> $GITHUB_ENV
6565
echo ::set-output name=prNumber::$(jq -c '.number' ${FILE})
66-
echo ::set-output name=prTitle::$(jq -c '.pull_request.title' .${FILE})
67-
echo ::set-output name=prBody::$(jq -c '.pull_request.body' .${FILE})
68-
echo ::set-output name=prAuthor::$(jq -c '.pull_request.user.login' .${FILE})
69-
echo ::set-output name=prAction::$(jq -c '.pull_request.action' .${FILE})
70-
echo ::set-output name=prIsMerged::$(jq -c '.pull_request.merged' .${FILE})
66+
echo ::set-output name=prTitle::$(jq -c '.pull_request.title' ${FILE})
67+
echo ::set-output name=prBody::$(jq -c '.pull_request.body' ${FILE})
68+
echo ::set-output name=prAuthor::$(jq -c '.pull_request.user.login' ${FILE})
69+
echo ::set-output name=prAction::$(jq -c '.pull_request.action' ${FILE})
70+
echo ::set-output name=prIsMerged::$(jq -c '.pull_request.merged' ${FILE})
7171
# - name: "Export PR details"
7272
# uses: actions/github-script@v6
7373
# with:

0 commit comments

Comments
 (0)