s|gitea.com/gitea/act_runner|codeberg.org/forgejo/runner|
This commit is contained in:
parent
75820a6a3e
commit
d5798f067a
11 changed files with 19 additions and 19 deletions
|
@ -8,7 +8,7 @@ import (
|
|||
"time"
|
||||
|
||||
runnerv1 "code.gitea.io/actions-proto-go/runner/v1"
|
||||
"gitea.com/gitea/act_runner/client"
|
||||
"codeberg.org/forgejo/runner/client"
|
||||
|
||||
retry "github.com/avast/retry-go/v4"
|
||||
"github.com/bufbuild/connect-go"
|
||||
|
|
|
@ -5,7 +5,7 @@ import (
|
|||
"strings"
|
||||
|
||||
runnerv1 "code.gitea.io/actions-proto-go/runner/v1"
|
||||
"gitea.com/gitea/act_runner/client"
|
||||
"codeberg.org/forgejo/runner/client"
|
||||
)
|
||||
|
||||
// Runner runs the pipeline.
|
||||
|
|
|
@ -11,7 +11,7 @@ import (
|
|||
"time"
|
||||
|
||||
runnerv1 "code.gitea.io/actions-proto-go/runner/v1"
|
||||
"gitea.com/gitea/act_runner/client"
|
||||
"codeberg.org/forgejo/runner/client"
|
||||
|
||||
"github.com/nektos/act/pkg/artifacts"
|
||||
"github.com/nektos/act/pkg/common"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue