There was an error while loading. Please reload this page.
1 parent 1922268 commit cf73adeCopy full SHA for cf73ade
1 file changed
.github/workflows/phpunit-32bits.yml
@@ -41,7 +41,7 @@ jobs:
41
uses: docker://ghcr.io/nextcloud/continuous-integration-php8.4-32bit:latest
42
with:
43
args: /bin/sh -c "
44
- git config --global --add safe.directory /github/workspace &&
+ git config --global --add safe.directory ${GITHUB_WORKSPACE} &&
45
composer install --no-interaction"
46
47
- name: Set up Nextcloud
0 commit comments