The `options` input provided in the README is not working: ```yaml - name: Deploy uses: deployphp/action@v1 with: # Config options for the Deployer. Same as the `-o` flag in the CLI. # Optional. options: keep_releases: 7 ``` When trying to use it, i have a syntax error message. I also tried this syntax: no error, but options are ignored. ```yaml options: | keep_releases: 7 ``` <!-- POLAR PLEDGE BADGE START --> ## Upvote & Fund - We're using [Polar.sh](https://polar.sh/deployphp) so you can upvote and help fund this issue. - We receive the funding once the issue is completed & confirmed by you. - Thank you in advance for helping prioritize & fund our backlog. <a href="https://polar.sh/deployphp/action/issues/72"> <picture> <source media="(prefers-color-scheme: dark)" srcset="https://polar.sh/api/github/deployphp/action/issues/72/pledge.svg?darkmode=1"> <img alt="Fund with Polar" src="https://polar.sh/api/github/deployphp/action/issues/72/pledge.svg"> </picture> </a> <!-- POLAR PLEDGE BADGE END -->