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