From 8a7f930d0b6ddbc91a65dafa6334f9222ff0770c Mon Sep 17 00:00:00 2001 From: Christopher Homberger Date: Sat, 3 May 2025 02:03:06 +0200 Subject: [PATCH] fixup --- models/fixtures/action_run.yml | 1 - models/fixtures/action_run_job.yml | 3 +-- services/convert/convert.go | 2 +- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/models/fixtures/action_run.yml b/models/fixtures/action_run.yml index 6f18da360a..06feb7e174 100644 --- a/models/fixtures/action_run.yml +++ b/models/fixtures/action_run.yml @@ -74,7 +74,6 @@ updated: 1683636626 need_approval: 0 approved_by: 0 - - id: 802 title: "workflow run list" diff --git a/models/fixtures/action_run_job.yml b/models/fixtures/action_run_job.yml index eaad7779e7..0be2321cb6 100644 --- a/models/fixtures/action_run_job.yml +++ b/models/fixtures/action_run_job.yml @@ -69,7 +69,6 @@ status: 5 started: 1683636528 stopped: 1683636626 - - id: 203 run_id: 802 @@ -84,4 +83,4 @@ task_id: 51 status: 5 started: 1683636528 - stopped: 1683636626 \ No newline at end of file + stopped: 1683636626 diff --git a/services/convert/convert.go b/services/convert/convert.go index aa0ccb7dd1..75b3f1baa0 100644 --- a/services/convert/convert.go +++ b/services/convert/convert.go @@ -35,9 +35,9 @@ import ( "code.gitea.io/gitea/modules/util" asymkey_service "code.gitea.io/gitea/services/asymkey" "code.gitea.io/gitea/services/gitdiff" - "github.com/nektos/act/pkg/model" runnerv1 "code.gitea.io/actions-proto-go/runner/v1" + "github.com/nektos/act/pkg/model" ) // ToEmail convert models.EmailAddress to api.Email