Skip to content

Commit 4f782d9

Browse files
committed
Change 2 to make repo safe for git
1 parent cac654d commit 4f782d9

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/pr.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ jobs:
2323
runs-on: ubuntu-latest
2424
steps:
2525
- 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'
2631
2732
- name: Fix ownership (container)
2833
run: |

0 commit comments

Comments
 (0)