Describe the bug
Cannot set properties of undefined (setting 'code-download') is thrown in two cases that should be handled:
- if the action is missing an annotation object
- if the action configuration is included in a separate configuration file. In fact, the command looks for the file that defines the
runtimeManifest, however the action configuration (or even the annotation object) could be included in a downstream configuration file. This requires a change in the way the index is processed.
Expected behavior
no errors