Skip to content

Commit e3bc58a

Browse files
committed
Pass regular boolean to action
1 parent 9be7b13 commit e3bc58a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515
strategy:
1616
matrix:
1717
force-encryption:
18-
- "true"
19-
- "false"
18+
- true
19+
- false
2020
os:
2121
# ignore ARM64 flavours
2222
- ubuntu-20.04
@@ -29,11 +29,11 @@ jobs:
2929
- 2019
3030
- 2022
3131
exclude:
32-
- force-encryption: "true"
32+
- force-encryption: true
3333
os: ubuntu-24.04
3434
version: 2017
3535

36-
- force-encryption: "false"
36+
- force-encryption: false
3737
os: ubuntu-24.04
3838
version: 2017
3939

0 commit comments

Comments
 (0)