From ac1b0799ffdc71c6b04fc8a36cffaee6403566c3 Mon Sep 17 00:00:00 2001 From: Akul Srivastava Date: Sun, 29 Jan 2023 21:01:39 +0530 Subject: [PATCH 1/3] chore: demo pr to check automated pr preview url --- src/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.css b/src/index.css index f1df96a..729a816 100644 --- a/src/index.css +++ b/src/index.css @@ -1,3 +1,3 @@ body { - background-color: lightgrey; + background-color: lightcyan; } From 4c844cd882c6f8be188a54ddddca6741d2442e4f Mon Sep 17 00:00:00 2001 From: Akul Srivastava Date: Sun, 29 Jan 2023 21:12:59 +0530 Subject: [PATCH 2/3] background color change --- src/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.css b/src/index.css index 729a816..6b60098 100644 --- a/src/index.css +++ b/src/index.css @@ -1,3 +1,3 @@ body { - background-color: lightcyan; + background-color: #95afc0; } From 61278ec0f20aa1b16cb25db96537500270ccaa7a Mon Sep 17 00:00:00 2001 From: Akul Srivastava Date: Sat, 4 Feb 2023 13:44:34 +0530 Subject: [PATCH 3/3] chore: demo update to test preview workflow --- src/App.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/App.tsx b/src/App.tsx index 16b99f6..c41aba4 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -2,6 +2,7 @@ export default function App() { return (

Github Action Examples

+

Hello World!