We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ac5442 commit e8c65bfCopy full SHA for e8c65bf
1 file changed
.github/workflows/docs.yaml
@@ -76,7 +76,7 @@ jobs:
76
echo "::group::results"
77
echo "${results}"
78
echo "::endgroup::"
79
- markdown='Artifacts: `${{ inputs.path }}`\n```text\n'"${results}"'\n```'
+ markdown="Artifacts: \`${{ inputs.path }}\`\n\`\`\`text\n${results}\n\`\`\`"
80
echo -e "${markdown}" >> "$GITHUB_STEP_SUMMARY"
81
82
- name: "Upload Pages Artifact"
0 commit comments