Skip to content

runPHPWithOptions step in the example doesn't match with the heading #1374

Open
@juanmaguitar

Description

@juanmaguitar

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions