Merge pull request 'feature/artifact-update' (#110) from feature/artifact-update into main
All checks were successful
Check flake.lock / Check health of `flake.lock` (push) Successful in 52s
Check Nix formatting / Perform Nix format checks (push) Successful in 2m44s
Check Nix flake / Perform Nix flake checks (push) Successful in 6m40s

Reviewed-on: #110
This commit is contained in:
ahuston-0 2025-05-27 10:20:51 -04:00
commit cf2a168ed5

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