From 6252dd0f9df5d28f60d32dd4e9d36636dd9cb4ab Mon Sep 17 00:00:00 2001 From: Laurence Evans Date: Thu, 21 Jul 2022 05:50:45 +1000 Subject: [PATCH 1/2] Test actions firing --- ConsoleApp/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ConsoleApp/Program.cs b/ConsoleApp/Program.cs index 404e1bd..5ff387e 100644 --- a/ConsoleApp/Program.cs +++ b/ConsoleApp/Program.cs @@ -1,4 +1,4 @@ // See https://aka.ms/new-console-template for more information Console.WriteLine("Hello, World!"); -Console.WriteLine("This change wont break the build!"); \ No newline at end of file +Console.WriteLine("Test actions firing"); \ No newline at end of file From 26f546f39e12952c574eeebf7df154db05a1c87a Mon Sep 17 00:00:00 2001 From: Laurence Evans Date: Thu, 21 Jul 2022 05:51:49 +1000 Subject: [PATCH 2/2] Another action test commit in the same branch --- ConsoleApp/Program.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ConsoleApp/Program.cs b/ConsoleApp/Program.cs index 5ff387e..f28927e 100644 --- a/ConsoleApp/Program.cs +++ b/ConsoleApp/Program.cs @@ -1,4 +1,5 @@ // See https://aka.ms/new-console-template for more information Console.WriteLine("Hello, World!"); -Console.WriteLine("Test actions firing"); \ No newline at end of file +Console.WriteLine("Test actions firing"); +Console.WriteLine("Test actions firing 2"); \ No newline at end of file