Skip to content

Commit

Permalink
Pass through env first
Browse files Browse the repository at this point in the history
  • Loading branch information
katybaulch committed May 1, 2024
1 parent 86eddb0 commit 066467d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}" <<EOF
"${{ inputs.pr_body }}"
"${pr_body}"
EOF
echo "Cat-ting ${pr_dump_file}..."
Expand Down

0 comments on commit 066467d

Please sign in to comment.