def merge_branch_output()

in src/post_comment/app.py [0:0]


def merge_branch_output(event):

  text_branch_output = event[0]
  image_branch_output = event[1]

  output = {**text_branch_output, **image_branch_output}

  return output