-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaction.yml
More file actions
21 lines (21 loc) · 593 Bytes
/
Copy pathaction.yml
File metadata and controls
21 lines (21 loc) · 593 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
name: "API Timer"
description: "Ensure your API endpoints respond within a certain timeframe."
inputs:
time-limit:
description: "The amount of ms before the workflow fails."
required: true;
default: 750
base:
description: "The base URL of your requests."
required: true
default: "https://example.com"
endpoints:
description: "The endpoints to test the response time of."
required: true
default: "/test1 /test2"
runs:
using: "node16"
main: "dist/index.js"
branding:
icon: "globe"
color: "blue"