1
0
Fork 0
mirror of https://code.forgejo.org/forgejo/runner.git synced 2025-08-11 17:50:58 +00:00
forgejo-runner/act/exprparser
sillyguodong bc78c7964a 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 fix: handle subdirectors and exclusions (#1012) (#1446) 2022-11-21 14:47:38 +00:00
functions.go fix: return err in walk (#1667) 2023-03-08 15:13:11 +00:00
functions_test.go fix: handle subdirectors and exclusions (#1012) (#1446) 2022-11-21 14:47:38 +00:00
interpreter.go Support configuration variables (#43) 2023-04-19 15:22:56 +08:00
interpreter_test.go fix: compare properties of Invalid types (#1645) 2023-03-03 08:16:33 +00:00