leerho commented on code in PR #712: URL: https://github.com/apache/datasketches-java/pull/712#discussion_r2669536784
########## .github/workflows/javadoc.yml: ########## Review Comment: Just a comment. Originally I had the echo command right after the "run:", but the "ECHO: " inside the quotes confused the parser thinking it was a GHA command. It took me hours to find this and multiple rounds with Gemini was no help. Moving the echo under a "run: |" solved the problem. The GHA parser is extremely fussy. I start the echo commands with "ECHO:" so I can easily find them in the trove of output. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
