From 01c9f302548f28bab830ea6d33d064325e5af7e4 Mon Sep 17 00:00:00 2001 From: indiesdev <65307257+indiesdev@users.noreply.github.com> Date: Thu, 28 May 2020 18:00:41 +0700 Subject: [PATCH] Update action.yml --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index b377869..f9d8da3 100644 --- a/action.yml +++ b/action.yml @@ -1,4 +1,4 @@ -name: 'cURL Axios' +name: 'cURL axios' description: 'cURL action to perform REST API based on Axios' inputs: url: @@ -40,4 +40,4 @@ branding: color: 'gray-dark' runs: using: 'node12' - main: 'dist/index.js' \ No newline at end of file + main: 'dist/index.js'