From 6368c23f5e226c24ad182a3fb8acba93992e9729 Mon Sep 17 00:00:00 2001 From: Shivam Mathur Date: Fri, 6 Sep 2019 06:41:53 +0530 Subject: [PATCH] Change action name --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 9c85deff..62e79096 100644 --- a/action.yml +++ b/action.yml @@ -1,4 +1,4 @@ -name: 'Setup PHP environment with composer on multiple platforms' +name: 'Setup PHP Action' author: shivammathur description: 'Setup a PHP environment with composer and add it to the PATH' author: 'shivammathur'