remove diff injection

This commit is contained in:
ahuston-0 2025-05-27 00:48:56 -04:00
parent 7ec8d89d48
commit d2e386750f

View File

@ -85,9 +85,6 @@ 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