Rename to actions (#7)

Co-authored-by: Jason Song <i@wolfogre.com>
Reviewed-on: https://gitea.com/gitea/act_runner/pulls/7
This commit is contained in:
Jason Song
2022-12-06 16:37:38 +08:00
parent 0cbdbd36b6
commit 6d2200b3d6
10 changed files with 41 additions and 40 deletions

View File

@ -7,10 +7,10 @@ import (
"sync"
"time"
runnerv1 "code.gitea.io/bots-proto-go/runner/v1"
runnerv1 "code.gitea.io/actions-proto-go/runner/v1"
"gitea.com/gitea/act_runner/client"
"github.com/avast/retry-go/v4"
retry "github.com/avast/retry-go/v4"
"github.com/bufbuild/connect-go"
log "github.com/sirupsen/logrus"
"google.golang.org/protobuf/proto"