mirror of https://code.forgejo.org/forgejo/runner
f3861e60fc
This is a somewhat "hacky" way; it copies the inputs from the "event" object's "inputs" field when the event is a "workflow_dispatch". But this way we do not need to change the protobuf powered runner protocol to also include the inputs. Espc. since they're also present inside the event anyway. |
||
---|---|---|
.. | ||
runner.go | ||
runner_test.go | ||
workflow.go | ||
workflow_test.go |