thomas-bousquet commented on code in PR #1409:
URL: https://github.com/apache/pulsar-client-go/pull/1409#discussion_r2301524165


##########
.github/workflows/ci.yml:
##########
@@ -53,7 +53,7 @@ jobs:
       - uses: actions/checkout@v3
       - name: Check for Docker images
         id: check_images
-        run: echo "::set-output name=images::$(docker images -q | wc -l)"
+        run: echo "{name}={images::$(docker images -q | wc -l)}" >> 
$GITHUB_OUTPUT

Review Comment:
   👍 I removed the steps (image count + clean docker cache)



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