Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Workflow not recognising gae_config_path value #1

Open
paulnebel opened this issue Nov 16, 2021 · 1 comment
Open

Workflow not recognising gae_config_path value #1

paulnebel opened this issue Nov 16, 2021 · 1 comment

Comments

@paulnebel
Copy link

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?

@vishal-mannbadi
Copy link

vishal-mannbadi commented Feb 22, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants