Skip to content

Commit

Permalink
Pass workdir parameter to composer config
Browse files Browse the repository at this point in the history
  • Loading branch information
mxr576 committed Aug 21, 2023
1 parent 12e7194 commit 0d47a8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/composer_paths.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ if [ ! -f "${composer_lock}" ]; then
fi

composer_version="$($composer_path --version)"
cache_dir="$($composer_path config cache-dir)"
cache_dir="$($composer_path -d $working_directory config cache-dir)"

echo "::debug::Composer path is '${composer_path}'"
echo "::debug::${composer_version}"
Expand Down

0 comments on commit 0d47a8a

Please sign in to comment.