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 33c066f commit eeec5beCopy full SHA for eeec5be
.github/workflows/ci.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Install PHP dependencies
23
if: steps.cache-php.outputs.cache-hit != 'true'
24
run: |
25
- git config --global --add safe.directory /__w/joomla-cms/joomla-cms
+ git config --global --add safe.directory ${{ github.workspace }}
26
composer config --global home
27
composer validate --no-check-all --strict
28
composer install --no-progress --ignore-platform-reqs
0 commit comments