Skip to content

Commit df67e98

Browse files
Test
1 parent cf906d9 commit df67e98

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
needs: pre
2929
strategy:
3030
matrix:
31-
sdk: ${{ steps.pre.outputs.sdk }}
31+
sdk: ${{ fromJSON(needs.pre.outputs.sdk) }}
3232
uses: Workiva/gha-dart-oss/.github/workflows/checks.yaml@v0.1.11
3333
with:
3434
additional-checks: |

0 commit comments

Comments
 (0)