We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bae6643 commit 0c38effCopy full SHA for 0c38eff
.github/workflows/ci.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Install PHP dependencies
24
if: steps.cache-php.outputs.cache-hit != 'true'
25
run: |
26
- git config --global --add safe.directory ${{ github.workspace }}
+ git config --global --add safe.directory $GITHUB_WORKSPACE
27
composer config --global home
28
composer validate --no-check-all --strict
29
composer install --no-progress --ignore-platform-reqs
0 commit comments