mirror of
https://github.com/langgenius/dify-plugins.git
synced 2026-07-22 01:55:36 -04:00
[PR #1734] [MERGED] fix: summary display #1816
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/langgenius/dify-plugins/pull/1734
Author: @crazywoola
Created: 12/16/2025
Status: ✅ Merged
Merged: 12/16/2025
Merged by: @crazywoola
Base:
main← Head:chore/update-actions📝 Commits (2)
2123dbcfix: summary displayadfcfa9fix: styles📊 Changes
1 file changed (+11 additions, -7 deletions)
View changed files
📝
.github/workflows/pre-check-plugin.yaml(+11 -7)📄 Description
This pull request improves the way plugin file contents are displayed in the workflow summary by ensuring HTML special characters are escaped and switching to HTML-based code blocks for better formatting.
Enhancements to workflow summary formatting:
escape_htmlfunction to replace special HTML characters with their corresponding entities, preventing rendering issues when displaying file contents.append_file_contentto use HTML<pre><code>blocks with language classes instead of markdown code fences, and ensured file contents are properly escaped using the new function.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.