From a925dee03fd2c4d0e62e2712b70a8f881da6e2f5 Mon Sep 17 00:00:00 2001 From: Kazuki Tobita Date: Fri, 14 Jul 2023 23:26:48 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix:=20=E3=82=B7=E3=83=B3?= =?UTF-8?q?=E3=82=B0=E3=83=AB=E3=82=AF=E3=82=A9=E3=83=BC=E3=83=86=E3=83=BC?= =?UTF-8?q?=E3=82=B7=E3=83=A7=E3=83=B3=E3=82=92=E4=BD=BF=E7=94=A8=E3=81=99?= =?UTF-8?q?=E3=82=8B=E3=82=88=E3=81=86=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/cleanup-ghpages.yml | 2 +- .github/workflows/notify-ghpages-url.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cleanup-ghpages.yml b/.github/workflows/cleanup-ghpages.yml index b092e61e..12e1896e 100644 --- a/.github/workflows/cleanup-ghpages.yml +++ b/.github/workflows/cleanup-ghpages.yml @@ -8,7 +8,7 @@ jobs: runs-on: - ubuntu-latest - if: ${{ !startsWith(github.ref, "refs/heads/dependabot/") }} + if: ${{ !startsWith(github.ref, 'refs/heads/dependabot/') }} steps: - name: Checkout repository diff --git a/.github/workflows/notify-ghpages-url.yml b/.github/workflows/notify-ghpages-url.yml index eeb4c8f2..ea5a90e3 100644 --- a/.github/workflows/notify-ghpages-url.yml +++ b/.github/workflows/notify-ghpages-url.yml @@ -10,7 +10,7 @@ jobs: runs-on: - ubuntu-latest - if: ${{ !startsWith(github.head_ref, "dependabot/") }} + if: ${{ !startsWith(github.head_ref, 'dependabot/') }} steps: - name: Generate directory name