Skip to content

Commit e5710b4

Browse files
improve naming by fixing ternary condition
1 parent 16e070e commit e5710b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/setup-stackql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ defaults:
1313

1414
jobs:
1515
stackql-test-matrix:
16-
name: Stackql local run on ${{ matrix.os }} ${{ use_wrapper && 'with' || 'without' }} wrapper
16+
name: Stackql local run on ${{ matrix.os }} ${{ matrix.use_wrapper && 'with' || 'without' }} wrapper
1717
runs-on: ${{ matrix.os }}
1818
strategy:
1919
matrix:

0 commit comments

Comments
 (0)