There was an error while loading. Please reload this page.
1 parent 750b565 commit caced2cCopy full SHA for caced2c
1 file changed
.github/actions/ci-php-command-action/action.yaml
@@ -70,6 +70,7 @@ runs:
70
--pull=missing \
71
--env COMPOSER_CACHE_DIR="build/composer" \
72
--volume ${{ github.workspace }}:/app \
73
+ --workdir /app \
74
composer:latest \
75
${{ inputs.composer_command }}
76
@@ -86,5 +87,6 @@ runs:
86
87
--user="$(id -u):$(id -g)" \
88
89
90
91
php:${{ inputs.php-version }}-cli-alpine \
92
${{ inputs.command }}
0 commit comments