## Bug Description * Action runner templates should not require inputs, but if they are not passed currently ## Steps To Reproduce 1. Create an action-template 1. Add steps with constants in them (no inputs) 1. Attempt to run an action using this template - it throws an error ## Expected Behavior 1. The action should run without error ## Possible Solution <!--- Only if you have suggestions on a fix for the bug --> * Hard code in an "empty input" * Remove [this line from before when templates needed inputs](https://github.com/prescottprue/fireadmin/blob/master/functions/src/actionRunner/runSteps.js#L52-L55.) ## Additional Context/Screenshots <!-- Add any other context about the problem here. If applicable, add screenshots to help explain. --> 
Bug Description
Steps To Reproduce
Expected Behavior
Possible Solution
Additional Context/Screenshots