Skip to content

Commit

Permalink
Update download-latest-java-tomcat.cfm
Browse files Browse the repository at this point in the history
  • Loading branch information
zspitzer committed Aug 14, 2024
1 parent 485c35b commit e837712
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion download-latest-java-tomcat.cfm
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
}
function writeoutMarkdown( log ){
if ( server.system.environment.GITHUB_STEP_SUMMARY ?: false ){
if ( len( server.system.environment.GITHUB_STEP_SUMMARY ?: "" ) ){
fileWrite( server.system.environment.GITHUB_STEP_SUMMARY, ArrayToList( arguments.log, chr( 10 ) ) );
}
}
Expand Down

0 comments on commit e837712

Please sign in to comment.