fix(FastAPI): use pkgbase in package actions
Previously, result
was being used which was directly set to
pkgbase
before rendering the actions.html partial. It didn't
make much sense. This commit cleans things up a bit.
Signed-off-by: Kevin Morris kevr@0cost.org