测试流水线

This commit is contained in:
15972095207 2026-06-04 15:02:49 +08:00
parent f113735d69
commit 47c06bca21
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ func Shortcuts() []*common.Shortcut {
Name: "list",
Description: "List wiki pages",
Run: func(ctx *common.RuntimeContext) error {
if err := ctx.ResolveOwnerRepo(); err != nil { //这是传递参数的代码
if err := ctx.ResolveOwnerRepo(); err != nil {
return err
}
projectID, err := fetchProjectID(ctx)