Skip to content

Actions located in root directory not listed in webUI /flow page #124

@davidferlay

Description

@davidferlay

Obeserved

  • Following new feature #91: Allow action root path launchr#93, actions can now be located outside of nested directory / in root direcory like actions/image-build/action.yaml instead of image/actions/build/action.yaml

For instance:

➜ ag -g action.yaml                               
image/actions/build/action.yaml
actions/image-build/action.yaml

➜ plx   
...                                               
Actions:
...
  image-build      Build: Create
  image:build      Build: Create
  • When accessing webUI, this action located at root can be found in /actions page:

Image

  • But it is not displayed in /flow page:

Image

Expected

  • Action located at root should be listed both in /actions and /flow pages

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions