feature/artifact-update #110

Merged
ahuston-0 merged 5 commits from feature/artifact-update into main 2025-05-27 10:20:53 -04:00

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