We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2de276d + fc0967e commit 1a731acCopy full SHA for 1a731ac
.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