deployphp / action

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

Parse options as YAML string #86

Open richardhj opened 2 weeks ago

richardhj commented 2 weeks ago

This is an alternative approach to #85 and also fixes #77 & #72.

I don't think this is a BC break - it was never documented as being in JSON format and also the options were never passed to the command correctly?

richardhj commented 1 week ago

I checked in the vendor files, should fix the workflow