Skip to content

Commit d2a5991

Browse files
authored
ci: fix creating issue comment (#1433)
1 parent cfb6a7c commit d2a5991

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

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

+4-6
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)\`.
46+
47+
Test output:
4648
47-
<details><summary>Test output</summary>
48-
<p>
4949
\`\`\`
5050
$(cat test_output.txt)
5151
\`\`\`
52-
</p>
53-
</details>
54-
" --head $(git branch --show-current)
52+
"

0 commit comments

Comments
 (0)