Shouldn't there be a way to configure the working directory? With OpenSass projects, we need to cd app before running deploy commands, and I'm not seeing how to accomplish that with this action.
I'm new to Github Actions in general, so I could totally be missing something basic. I'll try hard-coding the steps in this action into my deploy.yml with cd app added.