act/pkg/jobparser
sillyguodong de529139af Support configuration variables (#43)
related to: https://gitea.com/gitea/act_runner/issues/127

This PR make `act` support the expression like `${{ vars.YOUR_CUSTOM_VARIABLES }}`.

Reviewed-on: https://gitea.com/gitea/act/pulls/43
Reviewed-by: Jason Song <i@wolfogre.com>
Co-authored-by: sillyguodong <gedong_1994@163.com>
Co-committed-by: sillyguodong <gedong_1994@163.com>
2023-04-19 15:22:56 +08:00
..
testdata Parse secret inputs in reusable workflows (#41) 2023-04-17 13:41:02 +08:00
evaluator.go Add custom enhancements 2022-11-22 14:16:35 +08:00
interpeter.go Support configuration variables (#43) 2023-04-19 15:22:56 +08:00
jobparser.go Avoid using log.Fatal in pkg/* (#39) 2023-04-07 16:31:03 +08:00
jobparser_test.go Parse secret inputs in reusable workflows (#41) 2023-04-17 13:41:02 +08:00
model.go Parse secret inputs in reusable workflows (#41) 2023-04-17 13:41:02 +08:00
model_test.go Expose SetJob to make EraseNeeds work (#35) 2023-03-29 13:57:29 +08:00
testdata_test.go Expose SetJob to make EraseNeeds work (#35) 2023-03-29 13:57:29 +08:00