Skip to content

Commit

Permalink
fix: update input setting
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotzh committed Oct 19, 2023
1 parent 162f239 commit 9bfba90
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
component: ./basic/flow.dag.yaml
inputs:
data: ${{parent.inputs.flow_input}}
url: "${data.url}"
url: "${data.text}"
outputs:
flow_outputs: ${{parent.outputs.output_data}}
debug_info: ${{parent.outputs.debug_info}}
Expand All @@ -32,4 +32,4 @@ jobs:
component: ./run.yaml
inputs:
data: ${{parent.inputs.flow_input}}
url: "${data.url}"
url: "${data.text}"

0 comments on commit 9bfba90

Please sign in to comment.