We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94679da commit 5a4de23Copy full SHA for 5a4de23
.github/workflows/test.yml
@@ -28,4 +28,4 @@ jobs:
28
uses: ./.github/workflows/run.yml
29
needs: [discover]
30
with:
31
- earthfiles: ${{ fromJson(needs.discover.outputs.result)['^check.*'] }}
+ earthfiles: "${{ fromJson(needs.discover.outputs.result)['^check.*'] }}"
0 commit comments