From 271ad9f16ffef2a31df1d4124e93b966cebdc053 Mon Sep 17 00:00:00 2001 From: Christopher Homberger Date: Sun, 23 Feb 2025 16:52:44 +0100 Subject: [PATCH] fmt --- services/actions/task.go | 2 +- services/actions/workflow.go | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/services/actions/task.go b/services/actions/task.go index 51d1e9d143..026a92ff9c 100644 --- a/services/actions/task.go +++ b/services/actions/task.go @@ -10,9 +10,9 @@ import ( actions_model "code.gitea.io/gitea/models/actions" "code.gitea.io/gitea/models/db" secret_model "code.gitea.io/gitea/models/secret" + notifier "code.gitea.io/gitea/services/notify" runnerv1 "code.gitea.io/actions-proto-go/runner/v1" - notifier "code.gitea.io/gitea/services/notify" "google.golang.org/protobuf/types/known/structpb" ) diff --git a/services/actions/workflow.go b/services/actions/workflow.go index d3326f3c54..963982ec3f 100644 --- a/services/actions/workflow.go +++ b/services/actions/workflow.go @@ -10,8 +10,6 @@ import ( "path" "strings" - notifier "code.gitea.io/gitea/services/notify" - actions_model "code.gitea.io/gitea/models/actions" "code.gitea.io/gitea/models/db" "code.gitea.io/gitea/models/perm" @@ -27,6 +25,7 @@ import ( "code.gitea.io/gitea/modules/util" "code.gitea.io/gitea/services/context" "code.gitea.io/gitea/services/convert" + notifier "code.gitea.io/gitea/services/notify" "github.com/nektos/act/pkg/jobparser" "github.com/nektos/act/pkg/model"