Skip to content

Commit e8c65bf

Browse files
committed
Actionlint
1 parent 2ac5442 commit e8c65bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
echo "::group::results"
7777
echo "${results}"
7878
echo "::endgroup::"
79-
markdown='Artifacts: `${{ inputs.path }}`\n```text\n'"${results}"'\n```'
79+
markdown="Artifacts: \`${{ inputs.path }}\`\n\`\`\`text\n${results}\n\`\`\`"
8080
echo -e "${markdown}" >> "$GITHUB_STEP_SUMMARY"
8181
8282
- name: "Upload Pages Artifact"

0 commit comments

Comments
 (0)