project.root
Some checks failed
/ alpine (push) Successful in 44s
/ debian (push) Failing after 1m3s
/ ubuntu (push) Failing after 1m1s
/ arch (push) Successful in 1m37s
/ opensuse (push) Successful in 2m44s
/ fedora (push) Successful in 8m43s
/ alma (push) Failing after 1m38s
/ rocky (push) Failing after 3m10s

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
"""
step("Install actions")
source = Path("act")
source = Path(project.root) / "act"
target = path.parent / "actions"
log.info(source)
log.info(target)