target
Some checks failed
/ alpine (push) Successful in 45s
/ debian (push) Successful in 1m14s
/ ubuntu (push) Successful in 1m22s
/ opensuse (push) Blocked by required conditions
/ fedora (push) Blocked by required conditions
/ alma (push) Blocked by required conditions
/ rocky (push) Blocked by required conditions
/ arch (push) Has been cancelled

This commit is contained in:
Marc Beninca 2024-10-14 22:58:43 +02:00
parent 9cb23cfff1
commit 3f41f0c6b1
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -54,7 +54,7 @@ def install_actions(path: Path) -> None:
source = Path("act") source = Path("act")
target = path.parent / "actions" target = path.parent / "actions"
log.info(source) log.info(source)
log.info(actions) log.info(target)
source.symlink_to(target) source.symlink_to(target)