Skip to content

Commit 2f84269

Browse files
committed
Add more safe directory fixes
1 parent 25d307d commit 2f84269

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,10 @@ jobs:
3030
uses: actions/checkout@v4
3131

3232
- name: Mark repo safe for git
33-
run: git config --global --add safe.directory /github/workspace
33+
run: |
34+
git config --global --add safe.directory /github/workspace
35+
git config --global --add safe.directory /tmp/composer-cache
36+
git config --global --add safe.directory /app
3437
3538
- name: Setup PHP
3639
uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)