Open
Description
A project I work on is using this action, and began failing with the switch to the composer being the version used by default. It transpires that this is because the composer config contains:
"config": {
"bin-dir": "bin"
}
and the action bash script has a hardcoded expectation that the bin directory is in vendor
I understand that this is an edge case you may not want to support. But wanted to flag it up for anyone else hitting the same issue (your docs very clearly point out that it's looking for vendor/bin
, but apparently not clearly enough for me!!) We've configured to using latest
Metadata
Metadata
Assignees
Labels
No labels