Skip to content

Commit

Permalink
Fix incorrectly interpreted backticks
Browse files Browse the repository at this point in the history
  • Loading branch information
cecton committed Oct 26, 2023
1 parent a6d93be commit b36bfc8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/post-benchmark-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,17 @@ jobs:
cat - >>comment.txt <<EOF
### Benchmark - core
#### Yew Master
```
\`\`\`
EOF
cat benchmark-core/yew-master/tools/output.json >>comment.txt
cat - >>comment.txt <<EOF
```
\`\`\`
#### Pull Request" >> comment.txt
```
\`\`\`
EOF
cat benchmark-core/current-pr/tools/output.json >>comment.txt
cat - >>comment.txt <<EOF
```
\`\`\`
EOF
- name: Read Pull Request ID
Expand Down

0 comments on commit b36bfc8

Please sign in to comment.