Skip to content

Commands do not allow literal %0A #267

@ericsciple

Description

@ericsciple

It should be possible to communicate literal %0A via commands. For example:

jobs:
  build:
    runs-on: ubuntu-latest
    steps:
      - id: foo
        run: |
          echo '::set-output name=bar::literal%250A'
      - env:
          bar: ${{ steps.foo.outputs.bar }}
        run: |
          echo "$bar"

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions