Skip to content

Commit 0957a50

Browse files
committed
ci: Fix creating issue comment
1 parent cfb6a7c commit 0957a50

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/test-rustc-targets.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,15 @@ jobs:
4242
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4343
run: |
4444
gh issue comment 1426 --body "
45-
Failed parsing `rustc` target on `$(rustc --version)`.
45+
Failed parsing \`rustc\` target on \`$(rustc --version)\`.
4646
4747
<details><summary>Test output</summary>
4848
<p>
49+
4950
\`\`\`
5051
$(cat test_output.txt)
5152
\`\`\`
53+
5254
</p>
5355
</details>
54-
" --head $(git branch --show-current)
56+
"

0 commit comments

Comments
 (0)