OSDN Git Service

[fix] : ブランチ名を修正
authorhayao <hayao@fascode.net>
Sun, 24 Oct 2021 12:24:30 +0000 (21:24 +0900)
committerhayao <hayao@fascode.net>
Sun, 24 Oct 2021 12:24:30 +0000 (21:24 +0900)
.github/workflows/hugo.yaml

index b4d59fd..77dc6b7 100644 (file)
@@ -72,6 +72,6 @@ jobs:
           echo -e "Host github.com\n\tStrictHostKeyChecking no\n" >> ~/.ssh/config
           git add -A
           git checkout -b mirror
-          git pull --allow-unrelated-histories
+          git pull --allow-unrelated-histories origin mirror
           git push --force origin mirror
     
\ No newline at end of file