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
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:
parent
9cb23cfff1
commit
3f41f0c6b1
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ def install_actions(path: Path) -> None:
|
|||
source = Path("act")
|
||||
target = path.parent / "actions"
|
||||
log.info(source)
|
||||
log.info(actions)
|
||||
log.info(target)
|
||||
source.symlink_to(target)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue