Explorar o código

Update dart.yml

Luke Pighetti %!s(int64=5) %!d(string=hai) anos
pai
achega
5a9318fb53
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      .github/workflows/dart.yml

+ 2 - 2
.github/workflows/dart.yml

@@ -1,4 +1,4 @@
-name: Flutter
+name: build
 
 on:
   push:
@@ -17,6 +17,6 @@ jobs:
           java-version: '12.x'
       - uses: subosito/flutter-action@v1
         with:
-          channel: 'stable'
+          channel: stable
       - run: flutter pub get
       - run: flutter test