fix: cd git pull fetch

This commit is contained in:
zzw
2026-08-25 14:02:46 +08:00
parent 86824bdf93
commit 13ea690874
-1
View File
@@ -29,7 +29,6 @@ jobs:
- name: Sync Host Repo
working-directory: /data/www/lone-services
run: |
export GIT_SSH_COMMAND="ssh -o BatchMode=yes -o ConnectTimeout=10 -o StrictHostKeyChecking=accept-new"
git fetch origin develop
git pull origin develop