Skip to content

Commit 5ed0659

Browse files
playing with matrix
1 parent 26e59b5 commit 5ed0659

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/dockerimage.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,6 @@ jobs:
4444

4545
steps:
4646
- uses: actions/checkout@v1
47-
- run: echo ${{ matrix.env }}
47+
- run: |
48+
echo env
49+
env: ${{ matrix.env }}

0 commit comments

Comments
 (0)