leerho commented on code in PR #712:
URL: https://github.com/apache/datasketches-java/pull/712#discussion_r2669506098
##########
.github/workflows/javadoc.yml:
##########
@@ -41,38 +41,38 @@ jobs:
TAG_NAME: ${{ github.event.inputs.tag_ref }}
run: |
if [ -z "$TAG_NAME" ]; then echo "ERROR: No tag specified"; exit 1;
fi
-
+
Review Comment:
This is strange. I've been having a lot of GHA parser errors and I read
that all lines under a "run: |" must have the same indentation, including blank
lines, or it will confuse the parser. Are you sure this will work?
Did you run it?
--
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]