diff --git a/examples/ci.yaml b/examples/ci.yaml index 813fbe092692..b8e88927c6a8 100644 --- a/examples/ci.yaml +++ b/examples/ci.yaml @@ -70,10 +70,10 @@ spec: - name: workdir mountPath: /go - - name: run-hello - inputs: - parameters: - - name: os-image + - name: run-hello + inputs: + parameters: + - name: os-image container: image: "{{inputs.parameters.os-image}}" command: [sh, -c]