CircleCI-Public / continuation-orb

MIT License
12 stars 15 forks source link

Expand the examples #32

Closed rit001 closed 1 year ago

rit001 commented 1 year ago

Describe Request:

Currently few examples are provided and there is no example of how to use the parameters parameter. As the text states "can either be a JSON object containing parameters or file name" many users are likely to end up being tripped up as it is not an object you define, but rather a JSON string containing a object.

Examples:

not

   {"name":"John", "age":30, "car":null}

but instead

   '{"name":"John", "age":30, "car":null}'

Supporting Documentation Links: