runner/internal/app/run
Mai-Lapyst f3861e60fc
Add support for workflow inputs
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.
2024-05-24 17:27:55 +02:00
..
runner.go Add support for workflow inputs 2024-05-24 17:27:55 +02:00
runner_test.go replace Nil with NoError 2024-04-10 23:55:42 +02:00
workflow.go Support upload `outputs` and use `needs` context (#133) 2023-04-20 23:27:46 +08:00
workflow_test.go Support upload `outputs` and use `needs` context (#133) 2023-04-20 23:27:46 +08:00