Skip to content

Commit

Permalink
fix markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
zspitzer committed Nov 10, 2024
1 parent d513f3e commit e69c66a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom/spreadsheet-cfml/test/index.cfm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
headline = "Lucee #server.lucee.version# / Java #server.java.version#";
if ( structKeyExists( server.system.environment, "GITHUB_STEP_SUMMARY" ) ){
fileWrite( server.system.environment.GITHUB_STEP_SUMMARY, "##" & headline & chr(10) );
fileWrite( server.system.environment.GITHUB_STEP_SUMMARY, "## " & headline & chr(10) );
//fileAppend( server.system.environment.GITHUB_STEP_SUMMARY, report );
} else {
systemOutput( headline, true );
Expand Down

0 comments on commit e69c66a

Please sign in to comment.