Seth Vargo
Seth Vargo
Welp, that seems to be the issue: ```text $ rm -rf node_modules && npx npm@6 ci && npx npm@6 run build added 46 packages in 1.028s > [email protected] build /Users/sethvargo/get-gke-credentials...
Hey folks - the triggers for v1 and v2 are documented https://cloud.google.com/functions/docs/calling and subpages (e.g. https://cloud.google.com/functions/docs/calling/storage) now.
Hi there - the upstream author replied and says this is working as intended, mirroring how git and gitignore works. Their recommendation is to use `!build` instead of `!build/**`. That...
We do not currently support Cloud Functions gen2. If you need support for gen2, you can use the `setup-gcloud` action and run a `gcloud` command manually.
Hi folks - I'm going to close this issues as not reproducible. If it's still occurring, please provide an action.yml with a reproduction case or access to the complete debug...
Hi there - could you please provide the [debug output](https://docs.github.com/en/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging) for the complete GitHub Actions workflow run?
@verbanicm can you take a look at updating the starter workflows? This came up again in a usability study.
Hi folks - this GitHub Action is optimized for one way syncing from GitHub Actions to Google Cloud Storage. For syncing, we recommend using `google-github-actions/setup-gcloud` and using the `gcloud storage`...
Hey folks - like I said in https://github.com/google-github-actions/upload-cloud-storage/issues/4#issuecomment-1356501676, this GitHub Action is optimized for one way syncing from GitHub Actions to Google Cloud Storage. For syncing, we recommend using `google-github-actions/setup-gcloud`...