google-github-actions / deploy-appengine

A GitHub Action that deploys source code to Google App Engine.
https://cloud.google.com/appengine
254 stars 72 forks source link

Add support for --no-cache #336

Closed Shion1305 closed 12 months ago

Shion1305 commented 12 months ago

Adding support for --no-cache flag, as proposed in #335

google-cla[bot] commented 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.

Shion1305 commented 12 months ago

I agreed to CLA so it should be OK now.

sethvargo commented 12 months ago

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'