Skip to content

Commit 0c38eff

Browse files
committed
better
1 parent bae6643 commit 0c38eff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Install PHP dependencies
2424
if: steps.cache-php.outputs.cache-hit != 'true'
2525
run: |
26-
git config --global --add safe.directory ${{ github.workspace }}
26+
git config --global --add safe.directory $GITHUB_WORKSPACE
2727
composer config --global home
2828
composer validate --no-check-all --strict
2929
composer install --no-progress --ignore-platform-reqs

0 commit comments

Comments
 (0)