Closed Shion1305 closed 12 months ago
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).
View this failed invocation of the CLA check for more information.
For the most up to date status, view the checks section at the bottom of the pull request.
I agreed to CLA so it should be OK now.
Hi @shion1305
Thank you for the PR. We do not seek to expose every option from the gcloud CLI. To specify additional flags, use the flags
argument:
with:
flags: '--no-cache'
Adding support for --no-cache flag, as proposed in #335