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 25d307d commit 2f84269Copy full SHA for 2f84269
1 file changed
.github/workflows/tests.yml
@@ -30,7 +30,10 @@ jobs:
30
uses: actions/checkout@v4
31
32
- name: Mark repo safe for git
33
- run: git config --global --add safe.directory /github/workspace
+ 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
37
38
- name: Setup PHP
39
uses: shivammathur/setup-php@v2
0 commit comments