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}" <