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 cac654d commit 4f782d9Copy full SHA for 4f782d9
1 file changed
.github/workflows/pr.yml
@@ -23,6 +23,11 @@ jobs:
23
runs-on: ubuntu-latest
24
steps:
25
- uses: actions/checkout@v4
26
+
27
+ - name: Mark repo as safe for git (container)
28
+ run: |
29
+ docker compose run --rm --user 0 php bash -lc \
30
+ 'git config --system --add safe.directory /app || git config --global --add safe.directory /app'
31
32
- name: Fix ownership (container)
33
run: |
0 commit comments