int32bit / mistral-actions

A simple tool to discover and manage custom actions for OpenStack Mistral
https://github.com/int32bit/mistral-actions
MIT License
15 stars 2 forks source link

Not able to Create Action in here #6

Open pdborhad opened 5 years ago

pdborhad commented 5 years ago

Hi,

I am trying to create a customized action which the workflow will run. I wrote a python class under ../mistral-actions/mistral_actions/test.py the "tox -e pep8" command run successfully. However, the discover command "mistral-actions discover" does not show the written class. I have invested so much time in here, but could not get through. Would you be able to help me?

I am able to add the inbuilt function "int32bit" in actual mistral actions-list. Just stuck on creating a new one.