1
0
mirror of https://gitea.com/gitea/act_runner synced 2026-05-12 01:11:22 +02:00

update import path

This commit is contained in:
Christopher Homberger
2026-02-22 20:54:58 +01:00
parent 9fd95d203f
commit 3413919161
75 changed files with 233 additions and 164 deletions

View File

@@ -3,7 +3,7 @@ package runner
import (
"fmt"
"github.com/actions-oss/act-cli/pkg/model"
"gitea.com/gitea/act_runner/pkg/model"
)
type stepFactory interface {