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
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:
parent
6046ebe441
commit
493f50bdd0
1 changed files with 3 additions and 1 deletions
|
@ -61,10 +61,12 @@ def install_actions() -> None:
|
|||
match action:
|
||||
case "action":
|
||||
inputs = """\
|
||||
arg-1:
|
||||
arg_1:
|
||||
required: true
|
||||
arg_2:
|
||||
required: true
|
||||
arg_3:
|
||||
required: true
|
||||
"""
|
||||
case "synchronize":
|
||||
inputs = """\
|
||||
|
|
Loading…
Reference in a new issue