Skip to content

Commit fc6f6e3

Browse files
fix: print emojis directly
Use emojis directly instead of markdown formatted version for displaying analyzer results
1 parent c559cb6 commit fc6f6e3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -164,9 +164,9 @@ runs:
164164
warningCount=0
165165
infoCount=0
166166
167-
infoText=":information_source: Info"
168-
warningText=":warning: Warning"
169-
errorText=":x: Error"
167+
infoText="ℹ️ Info"
168+
warningText="⚠️ Warning"
169+
errorText=" Error"
170170
171171
# Create table header
172172
analyzerTable="|Severity|ErrorCode/DocumentationLink|RuleName|Description|Recommendation|FilePath|"

0 commit comments

Comments
 (0)