Skip to content

Commit eece57c

Browse files
committed
fix empty array
1 parent 5820536 commit eece57c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
runs-on: ubuntu-latest
4343
needs: generate-cdk-version-matrix
4444
strategy:
45-
matrix: ${{fromJson(needs.generate-cdk-version-matrix.outputs.matrix || "{}")}}
45+
matrix: ${{fromJson(needs.generate-cdk-version-matrix.outputs.matrix || '{}')}}
4646

4747
steps:
4848
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)