Skip to content

Commit 0ccfd9a

Browse files
committed
ci improvements
Signed-off-by: Travis Glenn Hansen <[email protected]>
1 parent 78371c7 commit 0ccfd9a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ jobs:
3434
- name: build prep
3535
id: build_prep
3636
run: |
37-
git config --global --add safe.directory ${PWD}
37+
#git config --global --add safe.directory ${PWD}
38+
git config --global --add safe.directory /app
3839
3940
- name: application build
4041
uses: php-actions/composer@v6

0 commit comments

Comments
 (0)