Skip to content

Commit d0dac2a

Browse files
committed
" -> '
1 parent 2b4ce0b commit d0dac2a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ concurrency:
88
cancel-in-progress: true
99
jobs:
1010
build:
11-
if: github.repository != "arkency/nanoc-tailwind-starter"
11+
if: github.repository != 'arkency/nanoc-tailwind-starter'
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@v4

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ concurrency:
77
cancel-in-progress: true
88
jobs:
99
release:
10-
if: github.repository == "arkency/nanoc-tailwind-starter"
10+
if: github.repository == 'arkency/nanoc-tailwind-starter'
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)