First things first, thanks a lot for this GitHub Actions workflow ! 👍
I see that there is the composer-options that allow to specify the working directory with --working-dir=foo if the composer.json file is in the foo sub-directory.
I'm using the defaults.run.working-directory in my workflow:
defaults:
run:
working-directory: foo/
Is there a way to make ramsey/composer-install use that defaults.run.working-directory if it is specified ?
Thanks!
First things first, thanks a lot for this GitHub Actions workflow ! 👍
I see that there is the
composer-optionsthat allow to specify the working directory with--working-dir=fooif thecomposer.jsonfile is in thefoosub-directory.I'm using the
defaults.run.working-directoryin my workflow:Is there a way to make
ramsey/composer-installuse thatdefaults.run.working-directoryif it is specified ?Thanks!