sam
sam
| Q | A | ------------- | --- | Bug fix? | no | New feature? | yes Per #248 I wanted to add the VCS ignore as a configurable...
Rather than assert using `test`: ```yaml - run: test -e ${{ steps.extract.outputs.destination }}/001.txt || exit 1 ``` use [`pr-mpt/actions-assert`](https://github.com/pr-mpt/actions-assert) with a file contents assertion: https://github.com/pr-mpt/assertions/issues/19 - [ ] Replace building...
Per #5 there are use-cases where someone may attempt to run this action within a container that does not have Docker: we should document the best practices for this use-case,...
A workflow might generate image archives: this action should take responsibility for loading these to extract from them.
The absence of a default value for `repo-token` means that this action may start to fail long after it has been implemented by a developer: the developer adds the action...
For [`GetOrdersRequest::class`](https://github.com/mirakl/sdk-php-shop/blob/master/src/Mirakl/MMP/Shop/Request/Order/Get/GetOrdersRequest.php) the example mentions pagination: ```php /** * (OR11) Retrieve orders * * Sort by creation date, order identifier, shop name and then by index of the order line...