devzery/Devzery API Test Trigger Action

A reusable GitHub Action to trigger backend API tests with configurable endpoints and authentication

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
api-urlThe API endpoint URL to trigger (optional - defaults to hardcoded URL)no
api-keyAPI key for authenticationyes
methodHTTP method (GET, POST, PUT, DELETE)noPOST
payloadJSON payload to send with the request (for POST/PUT requests)no{}
headersAdditional headers as JSON stringno{}
timeoutRequest timeout in millisecondsno30000
workflow-configWorkflow configuration as JSON stringno{}
test-configTest configuration as JSON stringno{}
namedescription
responseThe API response body
status-codeThe HTTP status code of the response
successWhether the API call was successful (true/false)
flow-idThe unique flow ID returned by the backend for tracking