Skip to content

Commit cf906d9

Browse files
Test
1 parent 97d9d85 commit cf906d9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
strategy:
1616
matrix:
1717
sdk: [ 2.19.6, stable ]
18+
outputs:
19+
sdk: ${{ matrix.sdk }}
1820
steps:
1921
- uses: actions/checkout@v2
2022
- name: Delete Dart-2-only files when running on Dart 3
@@ -26,7 +28,7 @@ jobs:
2628
needs: pre
2729
strategy:
2830
matrix:
29-
sdk: ${{ steps.pre.strategy.matrix.sdk }}
31+
sdk: ${{ steps.pre.outputs.sdk }}
3032
uses: Workiva/gha-dart-oss/.github/workflows/[email protected]
3133
with:
3234
additional-checks: |

0 commit comments

Comments
 (0)