Skip to content

Commit 0695bb7

Browse files
committed
Try this
1 parent 02932e0 commit 0695bb7

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,8 @@ jobs:
301301
runs-on: ubuntu-latest
302302
strategy:
303303
matrix:
304-
include: ${{ fromJson( '[]' ) }}
304+
foo: []
305305
steps:
306-
- run: true
306+
- env:
307+
FOO: ${{ matrix.foo }}
308+
run: echo "$FOO"

0 commit comments

Comments
 (0)