I've created an app with the same structure as your example app (https://github.com/etereo-io/example-gae-cd-repository). I've copied your dev.yaml from the example. When I commit a pull request to the main branch the workflow runs correctly and GAE serves my app. The problem is that despite my defining the variable 'gae_config_path' to './app-dev.yaml' and having a file 'app-dev.yaml' at the root of my project the action insists that 'app-dev.yaml' does not exist and defaults to 'app.yaml'.
No matter what I do, the action will not use the correct yaml as defined in the workflow by 'gae_config_path'.
What am I doing wrong?
I've created an app with the same structure as your example app (https://github.com/etereo-io/example-gae-cd-repository). I've copied your dev.yaml from the example. When I commit a pull request to the main branch the workflow runs correctly and GAE serves my app. The problem is that despite my defining the variable 'gae_config_path' to './app-dev.yaml' and having a file 'app-dev.yaml' at the root of my project the action insists that 'app-dev.yaml' does not exist and defaults to 'app.yaml'.
No matter what I do, the action will not use the correct yaml as defined in the workflow by 'gae_config_path'.
What am I doing wrong?