act/pkg/jobparser
sillyguodong 82a3640cf8 Make runs-on support variable expression (#91)
Partial implementation of https://gitea.com/gitea/act_runner/issues/445, the Gitea side also needs a PR for the entire functionality.
Gitea side: https://github.com/go-gitea/gitea/pull/29468

Co-authored-by: Jason Song <i@wolfogre.com>
Reviewed-on: https://gitea.com/gitea/act/pulls/91
Reviewed-by: Jason Song <i@wolfogre.com>
Co-authored-by: sillyguodong <gedong_1994@163.com>
Co-committed-by: sillyguodong <gedong_1994@163.com>
2024-03-01 04:29:58 +00:00
..
testdata Remove empty steps when decoding Job (#49) 2023-04-21 20:21:15 +08:00
evaluator.go Add custom enhancements 2022-11-22 14:16:35 +08:00
interpeter.go Make runs-on support variable expression (#91) 2024-03-01 04:29:58 +00:00
jobparser.go Make runs-on support variable expression (#91) 2024-03-01 04:29:58 +00:00
jobparser_test.go Remove empty steps when decoding Job (#49) 2023-04-21 20:21:15 +08:00
model.go Keep the order of on when parsing workflow (#46) 2023-04-24 23:16:41 +08:00
model_test.go Keep the order of on when parsing workflow (#46) 2023-04-24 23:16:41 +08:00
testdata_test.go Expose SetJob to make EraseNeeds work (#35) 2023-03-29 13:57:29 +08:00