project.root

This commit is contained in:
Marc Beninca 2024-10-14 23:03:12 +02:00
parent 3f41f0c6b1
commit 2ddbc2d090
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -51,7 +51,7 @@ def install_actions(path: Path) -> None:
:type path: Path :type path: Path
""" """
step("Install actions") step("Install actions")
source = Path("act") source = Path(project.root) / "act"
target = path.parent / "actions" target = path.parent / "actions"
log.info(source) log.info(source)
log.info(target) log.info(target)