newrelic-experimental / gha-new-relic-exporter

18 stars 14 forks source link

Escape the double-quote rather than change it to a single quote. #3

Closed jgeorge300 closed 1 year ago

jgeorge300 commented 1 year ago

If a pull request title or commit message contains a double quote, the decode function will fail as the json is invalid. Escape the double quotes rather than changing the single quotes to double quotes.

CLAassistant commented 1 year ago

CLA assistant check
All committers have signed the CLA.

dpacheconr commented 1 year ago

Thank you for your contribution This is now approved and merged