测试流水线
This commit is contained in:
parent
f113735d69
commit
47c06bca21
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue