Open
Description
The step runPHPWithOptions example doesn't match the step stated in the heading.
The example of runPHPWithOptions
is:
{
"steps": [
{
"step": "runPHP",
"options": {
...
}
}
]
}
Should it be instead?
{
"steps": [
{
"step": "runPHPWithOptions",
"options": {
...
}
}
]
}
Metadata
Metadata
Assignees
Labels
No labels