diff --git a/.github/workflows/pr-actions.yml b/.github/workflows/pr-actions.yml index 42af5006bc93..6e5b9479752f 100644 --- a/.github/workflows/pr-actions.yml +++ b/.github/workflows/pr-actions.yml @@ -104,7 +104,7 @@ jobs: - name: Report success and ask to run full checks if: ${{ !failure() && !cancelled() }} run: | - gh pr comment $PR_NUM -b "fix:${PR_ACTION} was [successful]($GITHUB_SERVER_URL/$GITHUB_REPOSITORY/actions/runs/$GITHUB_RUN_ID).\n### NOW RUN `/fix:all` to ensure that there are no other check issues." + gh pr comment $PR_NUM -b "fix:${PR_ACTION} was [successful]($GITHUB_SERVER_URL/$GITHUB_REPOSITORY/actions/runs/$GITHUB_RUN_ID).\\n### NOW RUN \`/fix:all\` to ensure that there are no other check issues." env: GH_TOKEN: ${{ secrets.OPENTELEMETRYBOT_GITHUB_TOKEN }}