Description
inputs should be mapped to env vars when used in a run step that uses powershell.
For nested actions, each action would potentially have similar input names, like "Name" or "Path". As an anticipation to this, the env vars must be named something that is more unique for the action that sets the environment variable.
The names of the action should be something like
<ORG>_<REPO>_INPUT_<InputName>