mirror of
https://git.mirrors.martin98.com/https://github.com/cyberman54/curl
synced 2025-08-22 02:59:13 +08:00
Merge branch 'master' of github.com.indiesdev:indiesdev/curl
This commit is contained in:
commit
78b1d4b623
@ -14,7 +14,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: 'Call API'
|
- name: 'Call API'
|
||||||
uses: agoda-com/curl@v1
|
uses: indiesdev/curl@v1
|
||||||
with:
|
with:
|
||||||
# The target URL
|
# The target URL
|
||||||
# Required: true if custom-config is not set
|
# Required: true if custom-config is not set
|
||||||
@ -103,7 +103,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: 'Call API'
|
- name: 'Call API'
|
||||||
uses: agoda-com/curl@v1
|
uses: indiesdev/curl@v1
|
||||||
id: api
|
id: api
|
||||||
with:
|
with:
|
||||||
url: https://reqres.in/api/users
|
url: https://reqres.in/api/users
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
name: 'cURL Axios'
|
name: 'cURL AxiosJS'
|
||||||
description: 'cURL action to perform REST API based on Axios'
|
description: 'cURL action to perform REST API based on Axios'
|
||||||
inputs:
|
inputs:
|
||||||
url:
|
url:
|
||||||
@ -42,4 +42,4 @@ branding:
|
|||||||
color: 'gray-dark'
|
color: 'gray-dark'
|
||||||
runs:
|
runs:
|
||||||
using: 'node12'
|
using: 'node12'
|
||||||
main: 'dist/index.js'
|
main: 'dist/index.js'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user