We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97d9d85 commit cf906d9Copy full SHA for cf906d9
1 file changed
.github/workflows/ci.yml
@@ -15,6 +15,8 @@ jobs:
15
strategy:
16
matrix:
17
sdk: [ 2.19.6, stable ]
18
+ outputs:
19
+ sdk: ${{ matrix.sdk }}
20
steps:
21
- uses: actions/checkout@v2
22
- name: Delete Dart-2-only files when running on Dart 3
@@ -26,7 +28,7 @@ jobs:
26
28
needs: pre
27
29
30
- sdk: ${{ steps.pre.strategy.matrix.sdk }}
31
+ sdk: ${{ steps.pre.outputs.sdk }}
32
uses: Workiva/gha-dart-oss/.github/workflows/checks.yaml@v0.1.11
33
with:
34
additional-checks: |
0 commit comments