Skip to content

Commit

Permalink
Fix parameter_input step type
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdbeek committed Mar 18, 2024
1 parent 3ebf8eb commit 47ae5d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/galaxy/schema/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -2236,7 +2236,7 @@ class InputDataCollectionStep(WorkflowStepBase):


class InputParameterStep(WorkflowStepBase):
type: Literal["parameter"]
type: Literal["parameter_input"]


class PauseStep(WorkflowStepBase):
Expand Down

0 comments on commit 47ae5d7

Please sign in to comment.