From 6728eaf2add015bc9d31cfa55e59539ba9e89d12 Mon Sep 17 00:00:00 2001 From: Shivam Mathur Date: Tue, 24 Nov 2020 16:28:41 +0530 Subject: [PATCH] Change description in actions.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index dff9a81a..74a1ce11 100644 --- a/action.yml +++ b/action.yml @@ -1,6 +1,6 @@ name: 'Setup PHP Action' author: shivammathur -description: 'Setup PHP with required extensions, php.ini configuration, code-coverage support and various tools like composer' +description: 'GitHub Action for PHP' branding: color: 'purple' icon: 'play-circle'