thomas-bousquet commented on code in PR #1409:
URL: https://github.com/apache/pulsar-client-go/pull/1409#discussion_r2299888930
##########
.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:
My bad, I took it from the templating I saw in the docs, thinking it was the
actual pattern required. I'll remove them.
--
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]