1
0
Fork 0
mirror of https://code.forgejo.org/forgejo/runner.git synced 2025-08-26 18:20:59 +00:00

chore: replace with code.gitea.io/bots-proto-go

This commit is contained in:
Jason Song 2022-11-22 12:22:19 +08:00
parent 519726b46b
commit 44988db9f8
10 changed files with 17 additions and 17 deletions

View file

@ -3,8 +3,8 @@ package runtime
import (
"context"
runnerv1 "code.gitea.io/bots-proto-go/runner/v1"
"gitea.com/gitea/act_runner/client"
runnerv1 "gitea.com/gitea/proto-go/runner/v1"
)
// Runner runs the pipeline.