action
action copied to clipboard
Cannot set `deployer-version`
When setting the deployer-version parameter to try to find a workaround of #45, an error occured. It seems the action can't download other versions than the default one.
Here is the error:

See https://github.com/deployphp/action/issues/45#issuecomment-1240729167 for a workaround
Using with quotes works fine:
- name: Deploy
uses: deployphp/action@v1
with:
deployer-version: "7.0.2"