Skip to content

Commit cf73ade

Browse files
committed
chore(ci): use ${GITHUB_WORKSPACE} instead of hardcoded value
That helps when testing locally with nektos/act Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
1 parent 1922268 commit cf73ade

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/phpunit-32bits.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
uses: docker://ghcr.io/nextcloud/continuous-integration-php8.4-32bit:latest
4242
with:
4343
args: /bin/sh -c "
44-
git config --global --add safe.directory /github/workspace &&
44+
git config --global --add safe.directory ${GITHUB_WORKSPACE} &&
4545
composer install --no-interaction"
4646

4747
- name: Set up Nextcloud

0 commit comments

Comments
 (0)