Seth Vargo

Results 200 comments of Seth Vargo

> But seeing as this action doesn't expose the revision name it won't be feasable unless you script the entire thing like we've done for Cloud Build As shown in...

`--revision-suffix` maps to the [suffix input](https://github.com/google-github-actions/deploy-cloudrun?tab=readme-ov-file#user-content-suffix) already, so that's definitely an option @alenmeister @preritdas

Hi @alisahinozcelik - this is almost always a bug in gcloud, not the GitHub Action. What happens if you run `gcloud app deploy --format json ./apps/tentacles/app.yaml --project *** --version 1-0-7...

Closing due to lack of response. If this is still happening, please open a new issue.

Sure! PRs welcome. We'd need to [pull it from the gcloud output](https://github.com/google-github-actions/deploy-cloudrun/blob/main/src/output-parser.ts)

See discussion in https://github.com/google-github-actions/deploy-cloudrun/pull/556

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? The separator is working as intended, it's a [gcloud feature for using a...

`|` vs `|-` just trims whitespace (which we do anyway).

I'm still not seeing the full error message - it's truncated: ![screenshot-20241121203650@2x](https://github.com/user-attachments/assets/a69cde0b-0c5f-4b85-a851-df53ba785d83) I think GitHub Actions might truncate the line. Can you temporarily remove a few of the flags and...

Closing due to lack of response. If this is still an issue, please open a new issue.