From f7f8ecb931774ea6759b596b7e095f86969e76ca Mon Sep 17 00:00:00 2001 From: Shivam Mathur Date: Wed, 22 Jan 2020 01:54:16 +0530 Subject: [PATCH] Fix description in actions.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 335cb97c..cabc7b4f 100644 --- a/action.yml +++ b/action.yml @@ -1,6 +1,6 @@ name: 'Setup PHP Action' author: shivammathur -description: 'Setup PHP in GitHub Actions with required extensions, php.ini configuration, code-coverage support and various tools like composer' +description: 'Setup PHP with required extensions, php.ini configuration, code-coverage support and various tools like composer' branding: color: 'purple' inputs: