Closed aaron-tillekeratne closed 9 months ago
Can you run with deploy-appengine@main
to see if there are more logs in the output?
interestingly, @main
works but if you use with: env_vars: ...
it shows the same behaviour as above.
main
should add more output if you enable debug mode on the GitHub Actions runner.
Haven't really had a chance to play with this too much; I just created a little script which generated the app.yaml file inside the workflow and deployed the app.
I'll get on to this when I get a bit more time, will close for now.
TL;DR
When deploying to app engine flex, logs randomly stop and step errors out.
Expected behavior
Deploy app appropriately.
Observed behavior
Logs stop mid build and errors out.
Action YAML
Log output
Additional information
No response