OSDN Git Service

[fix] : Fixed git pull
authorhayao <hayao@fascode.net>
Sun, 24 Oct 2021 12:17:14 +0000 (21:17 +0900)
committerhayao <hayao@fascode.net>
Sun, 24 Oct 2021 12:17:14 +0000 (21:17 +0900)
.github/workflows/hugo.yaml

index 2a574a4..bd554bc 100644 (file)
@@ -71,7 +71,7 @@ jobs:
           git config remote.origin.url "git@github.com:hayao0819/hayao0819.github.io.git"
           echo -e "Host github.com\n\tStrictHostKeyChecking no\n" >> ~/.ssh/config
           git add -A
-          git pull --allow-unrelated-histories origin mirror
+          git pull --allow-unrelated-histories
           git checkout -b mirror
           git push --force origin mirror
     
\ No newline at end of file