diff --git a/docs/variables.md b/docs/variables.md index ba370b1a18b6..fa00927b9d3d 100644 --- a/docs/variables.md +++ b/docs/variables.md @@ -148,7 +148,7 @@ sprig.trim(inputs.parameters['my-string-param']) | `steps..exitCode` | Exit code of any previous script or container step | | `steps..startedAt` | Time-stamp when the step started | | `steps..finishedAt` | Time-stamp when the step finished | -| `steps..hostNodeName` | Host node where task ran (available from version 3.5) | +| `steps..hostNodeName` | Host node where step ran (available from version 3.5) | | `steps..outputs.result` | Output result of any previous container, script, or HTTP step | | `steps..outputs.parameters` | When the previous step uses `withItems` or `withParams`, this contains a JSON array of the output parameter maps of each invocation | | `steps..outputs.parameters.` | Output parameter of any previous step. When the previous step uses `withItems` or `withParams`, this contains a JSON array of the output parameter values of each invocation |