We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I keep seeing the above message in build logs, see details below.
Run ramsey/composer-install@2.2.0 Run ${GITHUB_ACTION_PATH}/bin/php_version.sh Run ${GITHUB_ACTION_PATH}/bin/should_cache.sh "" Run ${GITHUB_ACTION_PATH}/bin/composer_paths.sh ${GITHUB_ACTION_PATH}/bin/composer_paths.sh "" "....." "/usr/bin/php" shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} env: COMPOSER_PROCESS_TIMEOUT: 0 COMPOSER_NO_INTERACTION: 1 COMPOSER_NO_AUDIT: 1 CACHE_RESTORE_KEY: Linux-php-8.1.21-composer-locked-......
In ConfigCommand.php line 217:
File "./composer.json" cannot be found in the current directory
config [-g|--global] [-e|--editor] [-a|--auth] [--unset] [-l|--list] [-f|--file FILE] [--absolute] [-j|--json] [-m|--merge] [--append] [--source] [--] [ [...]]
IMO N/A
The text was updated successfully, but these errors were encountered:
Pass workdir parameter to composer config
composer config
0d47a8a
Fixes ramsey#246
Seeing the same issue.
Sorry, something went wrong.
Fixed in 2.3.0
Successfully merging a pull request may close this issue.
Description
I keep seeing the above message in build logs, see details below.
Run ramsey/composer-install@2.2.0
Run ${GITHUB_ACTION_PATH}/bin/php_version.sh
Run ${GITHUB_ACTION_PATH}/bin/should_cache.sh ""
Run ${GITHUB_ACTION_PATH}/bin/composer_paths.sh
${GITHUB_ACTION_PATH}/bin/composer_paths.sh
""
"....."
"/usr/bin/php"
shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
env:
COMPOSER_PROCESS_TIMEOUT: 0
COMPOSER_NO_INTERACTION: 1
COMPOSER_NO_AUDIT: 1
CACHE_RESTORE_KEY: Linux-php-8.1.21-composer-locked-......
In ConfigCommand.php line 217:
File "./composer.json" cannot be found in the current directory
config [-g|--global] [-e|--editor] [-a|--auth] [--unset] [-l|--list] [-f|--file FILE] [--absolute] [-j|--json] [-m|--merge] [--append] [--source] [--] [ [...]]
Steps to reproduce
Expected behavior
Screenshots or output
Environment details
IMO N/A
Additional context
The text was updated successfully, but these errors were encountered: