mirror of
https://gitea.com/gitea/act_runner.git
synced 2026-08-08 05:05:03 +02:00
Refactor expression evaluator to use parser from actionlint package (#908)
* feat: implement expression evaluator Co-authored-by: Markus Wolf <[email protected]> Co-authored-by: Philipp Hinrichsen <[email protected]> * feat: integrate exprparser into act Co-authored-by: Markus Wolf <[email protected]> Co-authored-by: Philipp Hinrichsen <[email protected]> * Escape { and }, do not fail on missing properties * Fix empty inputs context * fix: contains() comparison for complex values Co-authored-by: Markus Wolf <[email protected]> Co-authored-by: Philipp Hinrichsen <[email protected]> Co-authored-by: Christopher Homberger <[email protected]>
This commit is contained in:
co-authored by
Markus Wolf
Philipp Hinrichsen
Christopher Homberger
parent
518148d162
commit
eba71f98fe
+1
@@ -0,0 +1 @@
|
||||
Hello
|
||||
+1
@@ -0,0 +1 @@
|
||||
World!
|
||||
Reference in New Issue
Block a user