Skip to content

Commit eeec5be

Browse files
committed
no hardcoded path
1 parent 33c066f commit eeec5be

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
@@ -22,7 +22,7 @@ jobs:
2222
- name: Install PHP dependencies
2323
if: steps.cache-php.outputs.cache-hit != 'true'
2424
run: |
25-
git config --global --add safe.directory /__w/joomla-cms/joomla-cms
25+
git config --global --add safe.directory ${{ github.workspace }}
2626
composer config --global home
2727
composer validate --no-check-all --strict
2828
composer install --no-progress --ignore-platform-reqs

0 commit comments

Comments
 (0)