测试流水线

This commit is contained in:
15972095207 2026-06-04 14:56:04 +08:00
parent 675b3490d4
commit f113735d69
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)