Skip to content

Commit 6d6668a

Browse files
committed
ci: Fix creating issue comment
1 parent cfb6a7c commit 6d6668a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ 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>
@@ -51,4 +51,4 @@ jobs:
5151
\`\`\`
5252
</p>
5353
</details>
54-
" --head $(git branch --show-current)
54+
"

0 commit comments

Comments
 (0)