From 6ed705d5e4c75c5dcdb77373c13678fa8af0b9b4 Mon Sep 17 00:00:00 2001 From: Anand Chowdhary Date: Sat, 14 Nov 2020 23:33:37 +0530 Subject: [PATCH] :wrench: Update GitHub Actions config file --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 595c795..aba800c 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,5 @@ -name: "Events README" -description: "🗓 Generate a README.md summary for your events repository" +name: "Notes Summary README" +description: "🗒️ Generate a README.md summary for your notes repository" author: "Anand Chowdhary " runs: using: "node12"