summaryrefslogtreecommitdiffstats
path: root/pkg/exprparser (follow)
Commit message (Expand)AuthorAgeFilesLines
* chore(lint): fix lint errorsEarl Warren2024-12-301-2/+0
* fix: return an error when the argument count is wrongEarl Warren2024-10-312-0/+56
* [FORGEJO] add forge alias for github (#37)v1.21.0TheFox0x72024-04-021-0/+2
* Merge branch 'nektos/master' into bump-nektosChongyi Zheng2024-02-172-1/+2
|\
| * Fix float formatting (#2018)Jon Jensen2023-10-132-1/+2
* | Merge remote-tracking branch 'upstream/master' into bump-nektostechknowlogick2023-10-111-12/+16
|\|
| * fix: use actions/runner hashfiles in container (#1940)ChristopherHX2023-10-041-12/+16
* | Merge nektos/act/v0.2.51techknowlogick2023-09-241-10/+5
|\|
| * Shorten or/and in expressions (#1939)ChristopherHX2023-08-081-10/+5
* | Merge tag 'nektos/v0.2.49'Jason Song2023-08-021-1/+1
|\|
| * chore: upgrade golangci-lint and address findings (#1904)Casey Lee2023-07-111-1/+1
| * feature: Add support for github action variables (#1833)Kuan Yong2023-06-102-0/+8
* | Follow upstream support for `variables` (#66)sillyguodong2023-06-122-4/+8
* | Support `configuration variables` (#43)sillyguodong2023-04-191-0/+4
* | Support gitea context (#27)Jason Song2023-03-231-0/+2
|/
* fix: return err in walk (#1667)Jason Song2023-03-081-0/+4
* fix: compare properties of Invalid types (#1645)Alex Savchuk2023-03-032-1/+14
* fix: update output handling for reusable workflows (#1521)Markus Wolf2023-02-231-0/+6
* feat: Support "result" on "needs" context. (#1497)Aaron Holmes2022-12-192-3/+10
* fix: handle subdirectors and exclusions (#1012) (#1446)Randolph Chung2022-11-214-10/+30
* fix: support docker create arguments from container.options (#1022) (#1351)Alex Savchuk2022-10-071-1/+1
* implement pre and post steps (#1089)Markus Wolf2022-05-243-19/+43
* fix: conclusion and outcome are no integers (#1136)ChristopherHX2022-04-262-1/+31
* fix: do not error that much (#1137)ChristopherHX2022-04-262-4/+11
* Fix: panic: reflect: slice index out of range (#1066)ChristopherHX2022-03-222-0/+7
* Fix: call of reflect.Value.Interface on zero Value (#1067)ChristopherHX2022-03-221-1/+1
* Fix: tojson(null) == 'null' (#1068)ChristopherHX2022-03-222-1/+2
* fix: coerce booleans to numbers for comparison in exprparser (#1030)Björn Brauer2022-03-142-1/+7
* Expression evaluator fixes (#1009)Björn Brauer2022-02-251-8/+6
* refactor: default empty if: statement to if: success() in evaluator & remove ...Björn Brauer2022-02-151-0/+3
* Refactor expression evaluator to use parser from actionlint package (#908)Björn Brauer2022-01-216-0/+1681