-
Notifications
You must be signed in to change notification settings - Fork 36
composer.json based on environment #258
Copy link
Copy link
Closed
Labels
questionFurther information is requestedFurther information is requested
Description
How do I... ?
Use a different composer.json, e.g. composer.gh-actions.json (in the root directory) instead of defining a working-directory to another directory.
Example code
E.g.
- name: Install composer dependencies
uses: ramsey/composer-install@v3
with:
working-composer: 'composer.gh-actions.json'
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested