Skip to content

Commit 3f695f4

Browse files
committed
Fix git safe directory issue
1 parent bf3f706 commit 3f695f4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy-testing.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,9 @@ jobs:
8686
# Navigate to application directory
8787
cd /home/admin/login || exit 1
8888
89+
# Configure git safe directory
90+
git config --global --add safe.directory /home/admin/login
91+
8992
# Pull latest changes (reset to avoid divergent branches)
9093
git fetch origin develop
9194
git reset --hard origin/develop

0 commit comments

Comments
 (0)