This commit is contained in:
xiongxiao
2026-03-14 17:43:14 +08:00
committed by cnb
parent df616df952
commit 609a0987e9

View File

@@ -28,6 +28,7 @@ app
const msg = { const msg = {
path: 'project', path: 'project',
key: 'clone-cnb', key: 'clone-cnb',
token: ctx.query.token,
} }
const res = await app.run({ ...msg, payload: { repo: filepath } }, { state: ctx.state }); const res = await app.run({ ...msg, payload: { repo: filepath } }, { state: ctx.state });
ctx.forward(res); ctx.forward(res);