post-api-call/action.yml

27 lines
640 B
YAML
Raw Permalink Normal View History

2023-12-31 11:05:12 +08:00
# ~~ Generated by projen. To modify, edit .projenrc.ts and run "npx projen".
2023-12-31 11:18:19 +08:00
name: POST API Call Action
description: Send a POST request action
2021-05-22 05:53:33 +08:00
runs:
2023-12-31 11:18:19 +08:00
using: node20
2023-12-31 11:05:12 +08:00
main: dist/index.js
2023-12-31 11:18:19 +08:00
inputs:
url:
description: URL to send post request to
required: true
data:
description: JSON string of data to pass into request
default: "{}"
required: false
headers:
description: JSON string of headers to pass into request
default: "{}"
required: false
params:
description: JSON string of query parameters to pass into request
default: "{}"
required: false
branding:
icon: phone
color: orange