mirror of
https://gitea.com/gitea/act_runner.git
synced 2026-03-22 06:45:03 +01:00
update import path
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
package exprparser
|
||||
|
||||
import "github.com/actions-oss/act-cli/pkg/model"
|
||||
import "gitea.com/gitea/act_runner/pkg/model"
|
||||
|
||||
func (impl *interperterImpl) getNeedsTransitive(job *model.Job) []string {
|
||||
needs := job.Needs()
|
||||
|
||||
Reference in New Issue
Block a user