0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-10-22 12:43:08 +02:00
This commit is contained in:
Christopher Homberger 2025-05-03 02:03:06 +02:00
parent 37c96b05c5
commit 8a7f930d0b
3 changed files with 2 additions and 4 deletions

View File

@ -74,7 +74,6 @@
updated: 1683636626 updated: 1683636626
need_approval: 0 need_approval: 0
approved_by: 0 approved_by: 0
- -
id: 802 id: 802
title: "workflow run list" title: "workflow run list"

View File

@ -69,7 +69,6 @@
status: 5 status: 5
started: 1683636528 started: 1683636528
stopped: 1683636626 stopped: 1683636626
- -
id: 203 id: 203
run_id: 802 run_id: 802

View File

@ -35,9 +35,9 @@ import (
"code.gitea.io/gitea/modules/util" "code.gitea.io/gitea/modules/util"
asymkey_service "code.gitea.io/gitea/services/asymkey" asymkey_service "code.gitea.io/gitea/services/asymkey"
"code.gitea.io/gitea/services/gitdiff" "code.gitea.io/gitea/services/gitdiff"
"github.com/nektos/act/pkg/model"
runnerv1 "code.gitea.io/actions-proto-go/runner/v1" runnerv1 "code.gitea.io/actions-proto-go/runner/v1"
"github.com/nektos/act/pkg/model"
) )
// ToEmail convert models.EmailAddress to api.Email // ToEmail convert models.EmailAddress to api.Email