Given a github org or repo with capital letters in it's name, when this action is used without setting name, the deployment fails because fly app names can't contain capital letters.
An easy workaround exists (set the name in the job config) but I think attempting to work around this in the action would be reasonable.
Given a github org or repo with capital letters in it's name, when this action is used without setting
name, the deployment fails because fly app names can't contain capital letters.An easy workaround exists (set the
namein the job config) but I think attempting to work around this in the action would be reasonable.