From ea2f8ec66150bcd4064ea9c9bea4595583132965 Mon Sep 17 00:00:00 2001 From: "nabil.nalakath" Date: Mon, 24 Feb 2020 23:00:45 +0530 Subject: [PATCH] Changes: Github CLI test --- lib/main.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/main.dart b/lib/main.dart index 74d36b5..7f32a43 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -20,7 +20,7 @@ class MyApp extends StatelessWidget { // is not restarted. primarySwatch: Colors.blue, ), - home: MyHomePage(title: 'Git Hub Actions Sample App'), + home: MyHomePage(title: 'Git Hub Actions Sample App with Github Cli'), ); } }