Skip to content

Commit 58dfcfb

Browse files
committed
Oh, single quotes
1 parent f4254fd commit 58dfcfb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ jobs:
224224
runs-on: ubuntu-24.04
225225
steps:
226226
- name: Step 1
227-
if: &lintcond ${{ github.job == "anchor1" }}
227+
if: &lintcond github.job == 'anchor1'
228228
run: echo ok
229229
- name: Step 2
230230
if: *lintcond
@@ -238,7 +238,7 @@ jobs:
238238
runs-on: ubuntu-24.04
239239
steps:
240240
- name: Step 1
241-
if: &lintcond2 ${{ github.job == "anchor1" }}
241+
if: &lintcond2 github.job == 'anchor1'
242242
run: echo ok
243243
- name: Step 2
244244
if: *lintcond2

0 commit comments

Comments
 (0)