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 1/3] 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' From 60fb289d6e72261f095d7cefd578e659dd1b5182 Mon Sep 17 00:00:00 2001 From: indiesdev <65307257+indiesdev@users.noreply.github.com> Date: Thu, 28 May 2020 18:01:29 +0700 Subject: [PATCH 2/3] Update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index f9d8da3..f22228c 100644 --- a/action.yml +++ b/action.yml @@ -1,4 +1,4 @@ -name: 'cURL axios' +name: 'cURL AxiosJS' description: 'cURL action to perform REST API based on Axios' inputs: url: From 12bcd7038c735fd011efe2ad8a6fbf3c92f44fba Mon Sep 17 00:00:00 2001 From: indiesdev <65307257+indiesdev@users.noreply.github.com> Date: Thu, 28 May 2020 18:04:38 +0700 Subject: [PATCH 3/3] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ce7a8cb..372989f 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: 'Call API' - uses: agoda-com/curl@v1 + uses: indiesdev/curl@v1 with: # The target URL # Required: true if custom-config is not set @@ -103,7 +103,7 @@ jobs: runs-on: ubuntu-latest steps: - name: 'Call API' - uses: agoda-com/curl@v1 + uses: indiesdev/curl@v1 id: api with: url: https://reqres.in/api/users