mimu
mimu
I also confirmed that Cloud Shell returns an empty string. However, it works fine from my local MacOS. This PR change may cause some confusion. Both environments use Google Cloud...
Hi @michalpirgl Since it is a matter of where the URL appears, how about modifying it as follows. ```sh gcloud run services list --project $PROJECT_ID | grep event-handler | grep...
Hi, @IvanRibakov Thank you for the great PR! I plan to take some time over the weekend to review it, so please wait a little. Thanks!
@IvanRibakov Understood, thank you! I think your suggestion is very good. I will refactor it on my side if necessary. Thanks again!
Hi, @bethanyj28 I would like to request a reviewer for this pull request. If you are not the reviewer, could you please recommend a suitable reviewer? Thank you very much!
@joshmgross I would like to request a reviewer for this pull request. If you are not the reviewer, could you please recommend a suitable reviewer? Thank you very much!
I tested the implementation of this PR by actually using it. As expected, it was confirmed that āfalseā is returned when the cache is not found. v4 test : https://github.com/fchimpan/cache-pr-1404-test/actions/runs/9606621627...
Hi @joshmgross , Iāve made the necessary changes. Could you please review the code? Thank you!