apify-cli
apify-cli copied to clipboard
Push from .actor directory fails
When apify push is launched from .actor, the Actor name is always undefined. @janbuchar believes it's because push looks for ./actor/actor.json, but finds nothing and hence the name is undefined. When the push is launched from the project root, it works as expected.