action appveyor_re_run_build { label: "Re-run build" description: "If `reRunIncomplete` is `true` and all jobs in the referenced build completed successfully, a 500 Internal Server Error is returned with the message \"No failed or cancelled jobs in build with ID {buildId}\"." provider: appveyor method: PUT path: "/builds" encoding: json output: { type: "object" additionalProperties: true } }