http://wmj5kiicroak3dvoelipkcqobw7kwtltbqnmuv576l6x4b56b6dvmdad.onion/help/ci/inputs/_index.md
The array input is converted to its string representation, which might not match your expectations for complex YAML structures such as maps. spec : inputs : rules-config : type : array default : - if : $CI_PIPELINE_SOURCE == "merge_request_event" when : manual - if : $CI_PIPELINE_SOURCE == "schedule" --- test_job : rules : $[[ inputs.rules-config ]] script : ls Array inputs must be formatted as JSON, for example ["array-input-1", "array-input-2"] , when manually passing inputs for:...