1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-10-05 19:30:58 +00:00

chore: github.com/nektos/act is now at code.forgejo.org/forgejo/runner/v9 (#8742)

Refs: https://code.forgejo.org/forgejo/runner/releases/tag/v9.0.1
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/8742
Reviewed-by: Michael Kriese <michael.kriese@gmx.de>
Co-authored-by: Earl Warren <contact@earl-warren.org>
Co-committed-by: Earl Warren <contact@earl-warren.org>
This commit is contained in:
Earl Warren 2025-07-31 13:41:59 +02:00 committed by Earl Warren
parent 022ab86988
commit 79af994eae
14 changed files with 29 additions and 33 deletions

View file

@ -13,10 +13,10 @@ import (
api "forgejo.org/modules/structs"
webhook_module "forgejo.org/modules/webhook"
"code.forgejo.org/forgejo/runner/v9/act/jobparser"
"code.forgejo.org/forgejo/runner/v9/act/model"
"code.forgejo.org/forgejo/runner/v9/act/workflowpattern"
"github.com/gobwas/glob"
"github.com/nektos/act/pkg/jobparser"
"github.com/nektos/act/pkg/model"
"github.com/nektos/act/pkg/workflowpattern"
"gopkg.in/yaml.v3"
)