1
0
Fork 0
mirror of https://code.forgejo.org/forgejo/runner.git synced 2025-09-15 18:57:01 +00:00

chore: s|github.com/nektos/act/pkg|code.forgejo.org/forgejo/runner/act|

This commit is contained in:
Earl Warren 2025-07-28 18:45:02 +02:00
parent 6980693cc5
commit ebc7758c1f
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00
67 changed files with 143 additions and 145 deletions

View file

@ -5,8 +5,8 @@ package container
import (
"context"
"code.forgejo.org/forgejo/runner/act/common"
"github.com/docker/docker/api/types/network"
"github.com/nektos/act/pkg/common"
)
func NewDockerNetworkCreateExecutor(name string, config *network.CreateOptions) common.Executor {