Skip to content

Commit 5a4de23

Browse files
committed
wip: testing
1 parent 94679da commit 5a4de23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ jobs:
2828
uses: ./.github/workflows/run.yml
2929
needs: [discover]
3030
with:
31-
earthfiles: ${{ fromJson(needs.discover.outputs.result)['^check.*'] }}
31+
earthfiles: "${{ fromJson(needs.discover.outputs.result)['^check.*'] }}"

0 commit comments

Comments
 (0)