From 066467d67e7488bcce9f2926c7b1be57ff0e57fe Mon Sep 17 00:00:00 2001 From: Katy Baulch <46493669+katybaulch@users.noreply.github.com> Date: Wed, 1 May 2024 18:11:38 +0100 Subject: [PATCH] Pass through env first --- action.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 9cf969b..5095962 100644 --- a/action.yml +++ b/action.yml @@ -49,8 +49,9 @@ runs: rm -f "${pr_dump_file}" touch "${pr_dump_file}" echo "Dumping PR body to file..." + pr_body="${{ inputs.pr_body }}" cat > "${pr_dump_file}" <