act_runner/pkg/model
Christopher Homberger 933c4a5bd5 feat: allow configuring gitea schema mode (#23)
* config entries for schema change
* remove broken/unused syntetic nodejs action
* specify desired schema in model struct that is read by unmarshal
* replace params by config
* allows gitea context + env names
* act --gitea now parses a subset of gitea specific workflows

Reviewed-on: https://gitea.com/actions-oss/act-cli/pulls/23
Co-authored-by: Christopher Homberger <christopher.homberger@web.de>
Co-committed-by: Christopher Homberger <christopher.homberger@web.de>
2026-02-14 16:23:59 +00:00
..
testdata implement volume mount for container job (#1101) 2022-04-04 18:01:13 +00:00
action.go feat: allow configuring gitea schema mode (#23) 2026-02-14 16:23:59 +00:00
anchors.go fix: anchor cyclic detection (#30) 2026-02-02 20:43:49 +00:00
anchors_test.go fix: anchor cyclic detection (#30) 2026-02-02 20:43:49 +00:00
github_context.go update go imports (#20) 2025-01-27 18:11:12 +01:00
github_context_test.go chore: upgrade dependencies (#2589) 2024-12-24 13:12:24 -08:00
job_context.go refactor: export and move shared contexts into pkg/model (#931) 2021-12-22 19:52:09 +00:00
planner.go feat: allow configuring gitea schema mode (#23) 2026-02-14 16:23:59 +00:00
planner_test.go feat: allow configuring gitea schema mode (#23) 2026-02-14 16:23:59 +00:00
step_result.go refactor: fix savestate in pre steps (#1466) 2022-12-15 17:08:31 +00:00
workflow.go feat: allow configuring gitea schema mode (#23) 2026-02-14 16:23:59 +00:00
workflow_test.go feat: allow configuring gitea schema mode (#23) 2026-02-14 16:23:59 +00:00