update ci input

This commit is contained in:
Daylin Morgan 2024-06-20 16:04:24 -05:00
parent 94008d6cc5
commit 4230aa175a
Signed by: daylin
GPG key ID: 950D13E9719334AD

View file

@ -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)