arg3
Some checks failed
/ alpine (push) Successful in 42s
/ debian (push) Failing after 1m2s
/ ubuntu (push) Failing after 1m4s
/ arch (push) Successful in 1m40s
/ opensuse (push) Successful in 2m29s
/ fedora (push) Successful in 8m29s
/ alma (push) Failing after 1m37s
/ rocky (push) Failing after 37m6s

This commit is contained in:
Marc Beninca 2024-10-20 20:32:33 +02:00
parent 6046ebe441
commit 493f50bdd0
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -61,10 +61,12 @@ def install_actions() -> None:
match action: match action:
case "action": case "action":
inputs = """\ inputs = """\
arg-1: arg_1:
required: true required: true
arg_2: arg_2:
required: true required: true
arg_3:
required: true
""" """
case "synchronize": case "synchronize":
inputs = """\ inputs = """\