You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
If you change the file extention name from app-dev.yaml to app-dev.yml , it will work fine. Thanks me later.
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?
The text was updated successfully, but these errors were encountered: