You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/11/16 20:35:12 UTC

[GitHub] houshengbo edited a comment on issue #999: Array value type of bound parameter not supported

houshengbo edited a comment on issue #999: Array value type of bound parameter not supported
URL: https://github.com/apache/incubator-openwhisk-wskdeploy/issues/999#issuecomment-439519093
 
 
   @asteed 
   It looks like the following format
   ```
   inputs:
     param1:
       - "value1"
       - "value2"
   ```
   works.
   
   I have added support for actions to support: 
   ```
   inputs:
     param1: ["value1","value2"]
   ```
   Could u review the PR?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services