Skip to content

Commit 0625616

Browse files
committed
Lint-fix
1 parent 647bdf5 commit 0625616

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

models/actions/run.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ func InsertRun(ctx context.Context, run *ActionRun, jobs []*jobparser.SingleWork
358358
Needs: needs,
359359
RunsOn: job.RunsOn(),
360360
Status: status,
361-
}
361+
})
362362

363363
// Parse the job's permissions
364364
if err := job.RawPermissions.Decode(&runJob.Permissions); err != nil {

0 commit comments

Comments
 (0)