From 692e41e58ac88907507c383c5eac55fb49afdd17 Mon Sep 17 00:00:00 2001 From: bduranleau-nr <106178551+bduranleau-nr@users.noreply.github.com> Date: Tue, 7 May 2024 14:31:57 -0500 Subject: [PATCH] ci: fix body handling for issue response (#889) --- .github/workflows/bug-report-response.yml | 2 +- .github/workflows/issue-comment.yml | 2 +- .github/workflows/issue-support-label.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/bug-report-response.yml b/.github/workflows/bug-report-response.yml index e7cb9aeef..e37ec5b65 100644 --- a/.github/workflows/bug-report-response.yml +++ b/.github/workflows/bug-report-response.yml @@ -18,7 +18,7 @@ jobs: message: > Thank you for your issue report. A member of the New Relic PHP Agent Team will review your report and endeavor to respond in a timely manner. - + Need troubleshooting help? Please review some of our common troubleshooting documentation, starting with [generating debug logs](https://docs.newrelic.com/docs/apm/agents/php-agent/troubleshooting/generating-logs-troubleshooting-php/). From there, additional resources and tips are available in our troubleshooting section, accessible from the left-hand panel of our documentation site. Additionally, please be sure to visit our [Explorer's Hub](https://forum.newrelic.com/s/), where other members of the community may have solved an issue similar to yours with the help of our Support team members. diff --git a/.github/workflows/issue-comment.yml b/.github/workflows/issue-comment.yml index 377d711e3..b0a79f35e 100644 --- a/.github/workflows/issue-comment.yml +++ b/.github/workflows/issue-comment.yml @@ -22,4 +22,4 @@ jobs: steps: - name: respond to issue run: | - gh issue comment ${{ inputs.issue-number }} --body ${{ inputs.message }} + gh issue comment ${{ inputs.issue-number }} --body "${{ inputs.message }}" diff --git a/.github/workflows/issue-support-label.yml b/.github/workflows/issue-support-label.yml index a738068c6..5f19de221 100644 --- a/.github/workflows/issue-support-label.yml +++ b/.github/workflows/issue-support-label.yml @@ -21,7 +21,7 @@ jobs: such as PHPInfo and Debug Logs, please follow [these steps](https://docs.newrelic.com/docs/new-relic-solutions/solve-common-issues/find-help-use-support-portal/#file-ticket) to create a support case, where a member of our New Relic Support Team will work with you to gather the necessary information securely and help debug your issue. - + If your subscription level does not include technical support, the other option available to customers is to use New Relic’s community support channel: [Explorers Hub](https://forum.newrelic.com/s/). From there, a member of our New Relic Support Team will work with you to gather the necessary information securely and help debug your issue.