From 4685443cd9dbe3dc9e43927679e839724c38d923 Mon Sep 17 00:00:00 2001 From: hayao Date: Mon, 25 Oct 2021 00:04:14 +0900 Subject: [PATCH] =?utf8?q?[fix]=20:=20=E3=82=B7=E3=83=B3=E3=82=B0=E3=83=AB?= =?utf8?q?=E3=82=AF=E3=82=A9=E3=83=BC=E3=83=88=E3=81=97=E3=81=A6=E3=81=BF?= =?utf8?q?=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- .github/workflows/hugo.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/hugo.yaml b/.github/workflows/hugo.yaml index 00c8f01..e03ef18 100644 --- a/.github/workflows/hugo.yaml +++ b/.github/workflows/hugo.yaml @@ -48,7 +48,7 @@ jobs: # このjobはhayao0819/hayao0819.github.ioにリポジトリをミラーします mirror-repo: runs-on: ubuntu-latest - if: github.repository == "hayao0819/hayao.fascode.net" + if: github.repository == 'hayao0819/hayao.fascode.net' steps: - name: Checkout uses: actions/checkout@v2 -- 2.11.0