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:
parent
6980693cc5
commit
ebc7758c1f
67 changed files with 143 additions and 145 deletions
|
@ -12,10 +12,10 @@ import (
|
|||
|
||||
_ "embed"
|
||||
|
||||
"github.com/nektos/act/pkg/common"
|
||||
"github.com/nektos/act/pkg/container"
|
||||
"github.com/nektos/act/pkg/exprparser"
|
||||
"github.com/nektos/act/pkg/model"
|
||||
"code.forgejo.org/forgejo/runner/act/common"
|
||||
"code.forgejo.org/forgejo/runner/act/container"
|
||||
"code.forgejo.org/forgejo/runner/act/exprparser"
|
||||
"code.forgejo.org/forgejo/runner/act/model"
|
||||
"gopkg.in/yaml.v3"
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue