list[str]
Some checks failed
/ job (push) Failing after 11m11s

This commit is contained in:
Marc Beninca 2024-06-24 00:11:48 +02:00
parent 175a9cc0a1
commit c4a071178c
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -122,7 +122,7 @@ def main(main: str) -> None:
function(*arguments) function(*arguments)
def set_ssh(*arguments: str) -> None: def set_ssh(*arguments: list[str]) -> None:
step("Set SSH") step("Set SSH")
# #
ssh_key, ssh_hosts = arguments ssh_key, ssh_hosts = arguments