mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-12-21 21:50:43 -06:00
input -> inputs
This commit is contained in:
parent
5184b724d3
commit
8c1b6e7d31
1 changed files with 3 additions and 3 deletions
|
@ -81,10 +81,10 @@ hwylCli:
|
|||
trigger GHA
|
||||
|
||||
examples:
|
||||
[b]oizys gha update[/] --input:hosts:othalan,algiz,mannaz
|
||||
[b]oizys gha update[/] --inputs:hosts:othalan,algiz,mannaz
|
||||
"""
|
||||
flags:
|
||||
input:
|
||||
inputs:
|
||||
T seq[KVString]
|
||||
? "inputs for dispatch"
|
||||
`ref`:
|
||||
|
@ -96,7 +96,7 @@ hwylCli:
|
|||
# i.e. @flake.lock means read a file a flake.lock and use it's contents
|
||||
if args.len == 0: fatalQuit "expected workflow file name"
|
||||
let inputs =
|
||||
input.mapIt((it.key, it.val)).toTable()
|
||||
inputs.mapIt((it.key, it.val)).toTable()
|
||||
createDispatch(args[0], `ref`, inputs)
|
||||
|
||||
[dry]
|
||||
|
|
Loading…
Reference in a new issue