Skip to content

Commit 8a7f930

Browse files
committed
fixup
1 parent 37c96b0 commit 8a7f930

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

models/fixtures/action_run.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@
7474
updated: 1683636626
7575
need_approval: 0
7676
approved_by: 0
77-
7877
-
7978
id: 802
8079
title: "workflow run list"

models/fixtures/action_run_job.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@
6969
status: 5
7070
started: 1683636528
7171
stopped: 1683636626
72-
7372
-
7473
id: 203
7574
run_id: 802
@@ -84,4 +83,4 @@
8483
task_id: 51
8584
status: 5
8685
started: 1683636528
87-
stopped: 1683636626
86+
stopped: 1683636626

services/convert/convert.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ import (
3535
"code.gitea.io/gitea/modules/util"
3636
asymkey_service "code.gitea.io/gitea/services/asymkey"
3737
"code.gitea.io/gitea/services/gitdiff"
38-
"github.com/nektos/act/pkg/model"
3938

4039
runnerv1 "code.gitea.io/actions-proto-go/runner/v1"
40+
"github.com/nektos/act/pkg/model"
4141
)
4242

4343
// ToEmail convert models.EmailAddress to api.Email

0 commit comments

Comments
 (0)