vsoch / pull-request-action

open a pull request when a branch is pushed or updated
https://github.com/marketplace/actions/pull-request-action
MIT License
174 stars 62 forks source link

Fix emitting LF-separated GHA environment vars #84

Closed webknjaz closed 2 years ago

webknjaz commented 2 years ago

Fixes #83 (hopefully)

vsoch commented 2 years ago

Have you been able to test your branch?

webknjaz commented 2 years ago

No, I didn't test it. I didn't have time. Plus I don't rely on the env vars and outputs work for me so I don't really care too much about this bit being broken.

vsoch commented 2 years ago

No worries! I think this is simple enough to approve - for a sanity check I tested some cases locally and indeed we need the newline. Thanks for catching this bug!