mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-11-05 06:03:15 -06:00
update ci input
This commit is contained in:
parent
94008d6cc5
commit
4230aa175a
1 changed files with 1 additions and 1 deletions
|
@ -365,7 +365,7 @@ func (o *Oizys) CheckFlake() {
|
|||
}
|
||||
|
||||
func (o *Oizys) CI(rest ...string) {
|
||||
args := []string{"workflow", "run", "build.yml", "-F", fmt.Sprintf("host=%s", o.host)}
|
||||
args := []string{"workflow", "run", "build.yml", "-F", fmt.Sprintf("hosts=%s", o.host)}
|
||||
args = append(args, rest...)
|
||||
cmd := exec.Command("gh", args...)
|
||||
runCommand(cmd)
|
||||
|
|
Loading…
Reference in a new issue