We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edc70ee commit d67ce50Copy full SHA for d67ce50
workflow/workflow_engine.py
@@ -557,7 +557,7 @@ def _prepare_step(
557
# (and all the dependent instances have completed successfully).
558
# We can now compile a set of variables for it.
559
560
- # Outputs - a list of step files that are workflow inputs.
+ # Inputs - a list of step files that are workflow inputs.
561
# These are project files that are copied into the step instance.
562
inputs: set[str] = set()
563
# Outputs - a list of step files that are workflow outputs.
0 commit comments