Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: garden-io/garden
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: c8e6f6e82cdf03f89b62a326e9faa07032ce52df
Choose a base ref
..
head repository: garden-io/garden
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0d0a8508d31bd4d84a60ef174dafe86f6e019168
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 docs/reference/template-strings/workflows.md
2 changes: 1 addition & 1 deletion docs/reference/template-strings/workflows.md
Original file line number Diff line number Diff line change
@@ -445,7 +445,7 @@ The full output log from the step.

### `${steps.<step-name>.outputs.*}`

The outputs returned by the step, as a mapping. Script steps will always have `stdout` and `stderr` keys.
The outputs returned by the step, as a mapping. Script steps will always have `stdout`, `stderr` and `exitCode` keys.
Command steps return different keys, including potentially nested maps and arrays. Please refer to each command
for its output schema.