deployphp / action

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

Fix handling of config options #60

Closed blmage closed 1 year ago

blmage commented 1 year ago

Currently, config options are passed as -o 0=undefined -o 1=undefined because of the for .. in loop.

I also updated the README.md to emphasize that a JSON object is expected.