generated from actions/javascript-action
-
-
Notifications
You must be signed in to change notification settings - Fork 359
Closed as not planned
Description
If bin/bundle exists, it should use that rather than the first bundle on the path. Likely the project has some customization that is important. As it stands now, I can't even override it and add bin/bundle to the path, because the action prepends the ruby bin dir to the path. And while the code has an afterSetupPathHook input that would allow me to modify the path after the action has, but before running bundle install, it's not declared in the action.yml so GitHub ignores it. Another alternative would be a new input to specifically declare which bundle binary to use (default to bundle, so that it will find it on the path).
Metadata
Metadata
Assignees
Labels
No labels