Skip to content

Commit

Permalink
chore: try fix ratbot
Browse files Browse the repository at this point in the history
  • Loading branch information
FL33TW00D committed Jan 26, 2024
1 parent 7965c5a commit 8f62718
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/ratbot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 8f62718

Please sign in to comment.