From c2fdd6fa28116289ecea3a4220a3c74db5b1fa71 Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Tue, 27 May 2025 10:02:26 -0400 Subject: [PATCH] Revert "remove diff injection" This reverts commit 51959850b459b23cf412b3ee246b9055e7c9c405. --- .github/workflows/flake-update.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/flake-update.yml b/.github/workflows/flake-update.yml index fc64204..84bcbf7 100644 --- a/.github/workflows/flake-update.yml +++ b/.github/workflows/flake-update.yml @@ -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