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/runner/testdata/workflow_dispatch
Markus Wolf 9abdd7f050 Mapping workflow_dispatch inputs into the Expression inputs context (#1363)
* test: check workflow_dispatch inputs

This implements a test to check for `workflow_dispatch` inputs.
This will be a prerequisite for implementing the inputs.

* feat: map workflow_dispatch input to expression evaluator

This changes adds the workflow_dispatch event inputs
to the `inputs` context and maintaining the boolean type

* fix: coerce boolean input types

* fix: use step env if available, rc env otherwise
2022-10-17 16:25:26 +00:00
..
event.json Mapping workflow_dispatch inputs into the Expression inputs context (#1363) 2022-10-17 16:25:26 +00:00
workflow_dispatch.yml Mapping workflow_dispatch inputs into the Expression inputs context (#1363) 2022-10-17 16:25:26 +00:00