Skip to content

Commit

Permalink
🐛 fix: シングルクォーテーションを使用するよう修正
Browse files Browse the repository at this point in the history
  • Loading branch information
tyokinuhata committed Jul 14, 2023
1 parent 689ec76 commit a925dee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cleanup-ghpages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/notify-ghpages-url.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a925dee

Please sign in to comment.