I'm setting up github actions to deploy some functions to gcloud. The project was build in a weird way, meaning functions were in different directories as if they were separate projects.
How can I set the working directory to be used when calling the gcloud CLI?
I see there is a parameter called entryPoint, but there is no documentation about this.
I've also tried using PROJECT_PATH environment variable with no success (saw this suggested for the firebase cli).
Hi
I'm setting up github actions to deploy some functions to gcloud. The project was build in a weird way, meaning functions were in different directories as if they were separate projects.
How can I set the working directory to be used when calling the gcloud CLI? I see there is a parameter called entryPoint, but there is no documentation about this. I've also tried using PROJECT_PATH environment variable with no success (saw this suggested for the firebase cli).
thanks!