We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bfa426 commit fc0967eCopy full SHA for fc0967e
.github/workflows/cd.yml
@@ -176,6 +176,8 @@ jobs:
176
177
# Keep VM source scripts in sync with latest main before running any local script.
178
if [ -d .git ]; then
179
+ git config --global --add safe.directory "$DEPLOY_PATH" || true
180
+ sudo git config --system --add safe.directory "$DEPLOY_PATH" || true
181
git fetch origin
182
git checkout main
183
git pull --ff-only origin main
0 commit comments