Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix quite escape in env output build step
The parameter determination task outputs the GitHub event JSON via a bash echo, but it was being done in single quotes. This meant PR descriptions with apostrophes or single quotes could break the escaping. Output is now in a heredoc block.
- Loading branch information