Merge branch 'master' of github.com.indiesdev:indiesdev/curl

This commit is contained in:
Wathanyu Phromma 2020-05-29 19:50:31 +07:00
commit 78b1d4b623
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -1,4 +1,4 @@
name: 'cURL Axios'
name: 'cURL AxiosJS'
description: 'cURL action to perform REST API based on Axios'
inputs:
url:
@ -42,4 +42,4 @@ branding:
color: 'gray-dark'
runs:
using: 'node12'
main: 'dist/index.js'
main: 'dist/index.js'