We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf3f706 commit 3f695f4Copy full SHA for 3f695f4
.github/workflows/deploy-testing.yml
@@ -86,6 +86,9 @@ jobs:
86
# Navigate to application directory
87
cd /home/admin/login || exit 1
88
89
+ # Configure git safe directory
90
+ git config --global --add safe.directory /home/admin/login
91
+
92
# Pull latest changes (reset to avoid divergent branches)
93
git fetch origin develop
94
git reset --hard origin/develop
0 commit comments