Skip to content

Reference to multiline string rendered incorrectly in output #3234

@gabrielschulhof

Description

@gabrielschulhof

Describe the bug

Consider the following input config:

SOME_VALUE: |
  this is
  a multiline
  string
SOME_OTHER_VALUE: ${SOME_VALUE}

This will render as invalid YAML:

SOME_VALUE: |
  this is
  a multiline
  string
SOME_VALUE: this is
a multiline
string

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions