From d03d27a7e4c23cfd2af773a3f3d62137fcc00df7 Mon Sep 17 00:00:00 2001 From: Pavol Noha Date: Mon, 21 Oct 2024 10:40:36 +0200 Subject: [PATCH] keep existing pr body in snapshot workflow --- .github/workflows/snapshot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}' })