We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b4ce0b commit d0dac2aCopy full SHA for d0dac2a
.github/workflows/build.yml
@@ -8,7 +8,7 @@ concurrency:
8
cancel-in-progress: true
9
jobs:
10
build:
11
- if: github.repository != "arkency/nanoc-tailwind-starter"
+ if: github.repository != 'arkency/nanoc-tailwind-starter'
12
runs-on: ubuntu-latest
13
steps:
14
- uses: actions/checkout@v4
.github/workflows/release.yml
@@ -7,7 +7,7 @@ concurrency:
7
release:
- if: github.repository == "arkency/nanoc-tailwind-starter"
+ if: github.repository == 'arkency/nanoc-tailwind-starter'
0 commit comments