We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf906d9 commit df67e98Copy full SHA for df67e98
1 file changed
.github/workflows/ci.yml
@@ -28,7 +28,7 @@ jobs:
28
needs: pre
29
strategy:
30
matrix:
31
- sdk: ${{ steps.pre.outputs.sdk }}
+ sdk: ${{ fromJSON(needs.pre.outputs.sdk) }}
32
uses: Workiva/gha-dart-oss/.github/workflows/checks.yaml@v0.1.11
33
with:
34
additional-checks: |
0 commit comments