Skip to content

Commit deaa02a

Browse files
committed
CI: Mark app dir as safe for Git
1 parent 05a03a8 commit deaa02a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ jobs:
99
steps:
1010
- name: Checkout code
1111
uses: actions/checkout@v2
12+
- name: Mark github workspace as safe
13+
run: |
14+
git config --global --add safe.directory /app
1215
- name: Build
1316
id: build
1417
uses: php-actions/composer@v6

0 commit comments

Comments
 (0)