Is there any possibility to specify the AWS region and Stage on "serverless deploy" command?
Simulating the command: "sls deploy -r eu-west-1 -s dev"
Something like:
with:
args: deploy --r {{github.event.input.region}} --s {{github.event.input.stage}}