We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fe02cf commit 51c6970Copy full SHA for 51c6970
1 file changed
.github/workflows/ci.yml
@@ -28,7 +28,7 @@ jobs:
28
needs: pre
29
strategy:
30
matrix:
31
- sdk: ${{ fromJSON(needs.pre.outputs.sdk) }}
+ sdk: ${{ needs.pre.outputs.sdk }}
32
uses: Workiva/gha-dart-oss/.github/workflows/checks.yaml@v0.1.11
33
with:
34
additional-checks: |
@@ -50,7 +50,7 @@ jobs:
50
fail-fast: false
51
52
react: [ 17, 18 ]
53
54
steps:
55
- uses: actions/checkout@v2
56
- id: setup-dart
0 commit comments