Skip to content

Use bundler binstub if present #855

@ccutrer

Description

@ccutrer

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions