deployphp / action

GitHub Action for Deployer
MIT License
222 stars 44 forks source link

Cannot set `deployer-version` #46

Closed benjaminmal closed 1 year ago

benjaminmal commented 1 year ago

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:

Capture d’écran 2022-09-08 à 15 05 34

benjaminmal commented 1 year ago

See https://github.com/deployphp/action/issues/45#issuecomment-1240729167 for a workaround

ToshY commented 1 year ago

Using with quotes works fine:

      - name: Deploy
        uses: deployphp/action@v1
        with:
          deployer-version: "7.0.2"