mirror of
https://code.forgejo.org/forgejo/runner.git
synced 2025-09-15 18:57:01 +00:00
chore: s|gitea.com/gitea/act_runner|runner.forgejo.org|
This commit is contained in:
parent
8cb450ffe0
commit
eb1becd4b8
22 changed files with 52 additions and 62 deletions
|
@ -14,10 +14,10 @@ import (
|
|||
log "github.com/sirupsen/logrus"
|
||||
"github.com/spf13/cobra"
|
||||
|
||||
"gitea.com/gitea/act_runner/internal/app/run"
|
||||
"gitea.com/gitea/act_runner/internal/pkg/client"
|
||||
"gitea.com/gitea/act_runner/internal/pkg/config"
|
||||
"gitea.com/gitea/act_runner/internal/pkg/ver"
|
||||
"runner.forgejo.org/internal/app/run"
|
||||
"runner.forgejo.org/internal/pkg/client"
|
||||
"runner.forgejo.org/internal/pkg/config"
|
||||
"runner.forgejo.org/internal/pkg/ver"
|
||||
)
|
||||
|
||||
type createRunnerFileArgs struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue