Skip to content

Commit a29d380

Browse files
authored
ci.yml: gh pr edit the right body file (#179)
1 parent e90abb8 commit a29d380

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,4 +305,6 @@ jobs:
305305
awk '1; END {print "\n---\n${{ env.PRERELEASE_SECTION }}"}' ${{ env.PR_BODY_PATH }} > ${{ env.PR_BODY_PATH_UPDATED }}
306306
fi
307307
308-
gh pr edit ${{ github.event.pull_request.number }} --repo ${{ github.repository }} --body-file ${{ env.PR_BODY_PATH }}
308+
cat ${{ env.PR_BODY_PATH_UPDATED }}
309+
310+
gh pr edit ${{ github.event.pull_request.number }} --repo ${{ github.repository }} --body-file ${{ env.PR_BODY_PATH_UPDATED }}

0 commit comments

Comments
 (0)