Skip to content
This repository was archived by the owner on Nov 30, 2024. It is now read-only.

Commit 6710c90

Browse files
committed
empty is a value, it'd be nice if you just handled that github
1 parent e5b2226 commit 6710c90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
runs-on: ubuntu-20.04
7373
container:
7474
image: ${{ matrix.container.tag }}
75-
options: ${{ matrix.container.options || "" }}
75+
options: ${{ matrix.container.options || '' }}
7676
strategy:
7777
fail-fast: false
7878
matrix:

0 commit comments

Comments
 (0)