Skip to content

Commit

Permalink
Deserialize missing step (#2288)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevgo committed Jul 18, 2023
1 parent 401fda0 commit abe3c33
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/runstate/jsonstep.go
Expand Up @@ -108,6 +108,8 @@ func determineStep(stepType string) steps.Step {
return &steps.SkipCurrentBranchSteps{}
case "*StashOpenChangesStep":
return &steps.StashOpenChangesStep{}
case "*UpdateProposalTargetStep":
return &steps.UpdateProposalTargetStep{}
}
return nil
}
Expand Down

0 comments on commit abe3c33

Please sign in to comment.