From 8f62718cb5672c16f0c2def714f78ed0c8396d7f Mon Sep 17 00:00:00 2001 From: FL33TW00D Date: Fri, 26 Jan 2024 21:28:15 +0000 Subject: [PATCH] chore: try fix ratbot --- .github/workflows/ratbot.yml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ratbot.yml b/.github/workflows/ratbot.yml index 4e5ca8d6..0a79de7c 100644 --- a/.github/workflows/ratbot.yml +++ b/.github/workflows/ratbot.yml @@ -23,13 +23,9 @@ jobs: uses: actions/github-script@v6 with: script: | - const codeReport = ` - \`\`\`\n - ``` - ${{ steps.scc.outputs.scc }} - ``` - \`\`\` - `; + const codeReport = "\\`\\`\\`\\n" + + ${{ steps.scc.outputs.scc }} + + "\\n\\`\\`\\`"; github.rest.issues.createComment({ issue_number: context.issue.number, owner: context.repo.owner,