Revert "remove diff injection"

This reverts commit 51959850b459b23cf412b3ee246b9055e7c9c405.
This commit is contained in:
ahuston-0 2025-05-27 10:02:26 -04:00
parent b90de524ce
commit c2fdd6fa28

View File

@ -85,6 +85,9 @@ jobs:
with:
files: "pr_body.template"
output-filename: "pr_body.md"
- name: template diff into PR body
run: |
nix utils/inject-diff.py
- name: Save PR body
id: pr_body
uses: juliangruber/read-file-action@v1