Skip to content

Commit 51c6970

Browse files
Test
1 parent 3fe02cf commit 51c6970

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
needs: pre
2929
strategy:
3030
matrix:
31-
sdk: ${{ fromJSON(needs.pre.outputs.sdk) }}
31+
sdk: ${{ needs.pre.outputs.sdk }}
3232
uses: Workiva/gha-dart-oss/.github/workflows/[email protected]
3333
with:
3434
additional-checks: |
@@ -50,7 +50,7 @@ jobs:
5050
fail-fast: false
5151
matrix:
5252
react: [ 17, 18 ]
53-
sdk: ${{ fromJSON(needs.pre.outputs.sdk) }}
53+
sdk: ${{ needs.pre.outputs.sdk }}
5454
steps:
5555
- uses: actions/checkout@v2
5656
- id: setup-dart

0 commit comments

Comments
 (0)