-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Escape newline characters while extracting pr/commit description from github event json. #13025
Comments
Link missing 🤔
Reverting that commit, #13027 cc: @rishabh6788 |
Closed via #13027. |
The issue is happening on For e.g., consider the value to be
Now when this file is loaded it will throw an error stating I have tested this locally and it doesn't throw error. |
Another potential way of handling this is to escape newlines before adding to the GITHUB_ENV. |
From I tested with this flag and the output was of the format @cwperks Since this prints the actual ascii representation, it doesn't translate |
Gradle check has failed on push of your commit a6bbc09.
Please examine the workflow log .
Is the failure a flaky test unrelated to your change?
The text was updated successfully, but these errors were encountered: