Skip to content

Commit 84adca0

Browse files
authored
Merge pull request #1432 from dart-lang/fixHealth
Fix health workflow
2 parents 6fabf06 + 8534a69 commit 84adca0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/health.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ jobs:
88
health:
99
uses: dart-lang/ecosystem/.github/workflows/health.yaml@main
1010
with:
11-
ignore_license: "**.g.dart"
1211
sdk: dev
12+
channel: dev
13+
flutter_packages: "pkgs/cronet_http,pkgs/cupertino_http,pkgs/ok_http"
1314
permissions:
1415
pull-requests: write

0 commit comments

Comments
 (0)