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
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:
parent
3f41f0c6b1
commit
2ddbc2d090
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue