Skip to content

Commit 9d15662

Browse files
committed
ci: Fix creating issue comment
1 parent cfb6a7c commit 9d15662

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,11 @@ 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>
48-
<p>
4948
\`\`\`
5049
$(cat test_output.txt)
5150
\`\`\`
52-
</p>
5351
</details>
54-
" --head $(git branch --show-current)
52+
"

0 commit comments

Comments
 (0)