Hello, I have been successfully using this action for some time and I am suddenly getting an error as of yesterday. Neither the GitHub actions yaml nor the GAE app.yaml have been changed for 14 days.
The error from the build log is:
Detect credentials from previous session...
APPLICATION_CREDENTIALS found. Setting up a credentials....
APPLICATION_CREDENTIALS is Base64 Encoded
Activated service account credentials for: [github-actions-sa-dev@***.iam.gserviceaccount.com]
Previous project id not detected
Updated property [core/project].
Services to deploy:
descriptor: [/github/workspace/app/app.yaml]
source: [/github/workspace/app]
target project: [***]
target service: [default]
target version: [20210204t103742]
target url: [https://***.uc.r.appspot.com]
Do you want to continue (Y/n)?
Beginning deployment of service [default]...
╔════════════════════════════════════════════════════════════╗
╠═ Uploading 11 files to Google Cloud Storage ═╣
╚════════════════════════════════════════════════════════════╝
File upload done.
Updating service [default]...
.........................................................................................................................................................................................................................................failed.
ERROR: (gcloud.app.deploy) Error Response: [5] Cannot get cloud region in global job.
The section of the GitHub actions yaml file that creates this log is:
Hello, I have been successfully using this action for some time and I am suddenly getting an error as of yesterday. Neither the GitHub actions
yaml
nor the GAEapp.yaml
have been changed for 14 days.The error from the build log is:
The section of the GitHub actions
yaml
file that creates this log is:The
app.yaml
is:Let me know if I can provide any more information to be helpful.