Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
wrussell1999 authored Nov 11, 2024
1 parent 1c6bac9 commit 5b73b21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/docs/04.workflow-components/06.outputs.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ For secure handling of secrets, **exclusively** use [Secrets](../05.concepts/04.

## Using outputs

Here is how to use the output of the `produce-output` task in the `use-output` task. Here we use the [Return](/plugins/core/tasks/debugs/io.kestra.plugin.core.debug.Return) task that has one output attribute named `value`.
Here is how to use the output of the `produce_output` task in the `use_output` task. Here we use the [Return](/plugins/core/tasks/debugs/io.kestra.plugin.core.debug.Return) task that has one output attribute named `value`.

```yaml
id: task_outputs_example
Expand Down

0 comments on commit 5b73b21

Please sign in to comment.