diff --git a/.github/workflows/snapshot.yml b/.github/workflows/snapshot.yml index f1fb0520..789cc6f3 100644 --- a/.github/workflows/snapshot.yml +++ b/.github/workflows/snapshot.yml @@ -132,5 +132,5 @@ jobs: pull_number: context.issue.number, owner: context.repo.owner, repo: context.repo.repo, - body: '\šŸ§š Live preview here -> ${{ steps.cpr.outputs.pull-request-url }}' + body: context.payload.pull_request.body + '\nšŸ§š Live preview here -> ${{ steps.cpr.outputs.pull-request-url }}' })