Skip to content

Commit

Permalink
fix(examples): incorrect expression for accessing step output
Browse files Browse the repository at this point in the history
  • Loading branch information
frankkilcommins committed Nov 21, 2024
1 parent ecd2ac7 commit 52046e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/1.0.0/LoginAndRetrievePets.arazzo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ workflows:
# outputs from this step
availablePets: $response.body
outputs:
available: $steps.getPetStep.availablePets
available: $steps.getPetStep.outputs.availablePets

0 comments on commit 52046e9

Please sign in to comment.