update
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import { Build } from "../src/index.ts";
|
||||
|
||||
import { token, showMore, cookie } from "./common.ts";
|
||||
|
||||
const repo = new Build({ group: "kevisual", token: token, cookie: cookie });
|
||||
// group: "kevisual",
|
||||
const repo = new Build({ token: token, cookie: cookie });
|
||||
|
||||
const main = async () => {
|
||||
const build = await repo.startBuild('cnb', {
|
||||
|
||||
Reference in New Issue
Block a user