codxbrexx commented on code in PR #7038:
URL: https://github.com/apache/opendal/pull/7038#discussion_r2630439579


##########
.github/actions/setup/action.yaml:
##########
@@ -67,10 +67,10 @@ runs:
         PROTOC_ROOT="${RUNNER_TEMP}/protoc/${PROTOC_VERSION}"
 
         case "${RUNNER_OS}-${RUNNER_ARCH}" in
-          Linux-X64)
+          "Linux-X64")

Review Comment:
   Thanks for pointing this out,
   Just to make the case match explicit and safer, Quoting avoids unintended 
pattern behavior. No behavior change intended.
   Happy to revert, if you feel it’s unnecessary.



-- 
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]

Reply via email to