Compare commits

..

1 commit

Author SHA1 Message Date
caba5a8cd6
fix: invalid API url
All checks were successful
/ check (treefmt) (push) Successful in 3s
/ check-renovaterc (push) Successful in 3s
/ report-size (push) Successful in 4s
I misstyped the API URL T-T
2025-03-10 23:36:18 +01:00

View file

@ -48,12 +48,16 @@ markdown_from_report() {
- `Name`: the name of the package/configuration.
- `Size`: the closure size (size on disk/NAR size + all transitive dependencies).
- `NAR Size`: the size of the build output (package without the dependencies).
</details>
EOF
if [ "${2+set}" = "set" ]; then
cat <<-"EOF"
- `[NAR] Size Change`: the amount changed compared to the main branch.
</details>
EOF
else
cat <<-"EOF"
</details>
EOF
fi
cat <<-"EOF"