Benjamin
Benjamin
## Is your feature request related to a problem? Please describe. Yes, when I need to split a [CollectionInterface](https://github.com/ramsey/collection/blob/master/src/CollectionInterface.php) in two, I have to use [CollectionInterface::filter](https://github.com/ramsey/collection/blob/d4de0eea3ae239b0046b39d24add321a7ff35bc5/src/CollectionInterface.php#L135) twice with opposite callbacks,...
It will be nice to support the [OptionsResolver](https://symfony.com/doc/current/components/options_resolver.html) component. By supporting I mean: - Resolving the type / prototype of each defined options - Check if the values given in...
I have this error when running my deployment workflow:  It turns out the version downloaded via https://deployer.org/deployer.phar is 6.8.0. I think the action...
I have an error when setting my configuration option (like I would do in CLI): ```yaml - name: Deploy uses: deployphp/action@v1 with: dep: deploy production -o hostname="${{ secrets.PRODUCTION_HOSTNAME }}" -o...
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...
**Description** I'm trying to generate a OpenAPI 3.1 schema directly from Stoplight but it keeps failing. I guess it doesn't support OpenAPI 3.1? I have no problem with OpenAPI 3.0.
**Describe the bug** I'm trying to set an output in my reusable workflow of the result of a job but can't access to `jobs..result` from `on.workflow_call.outputs..value`. I have a empty...