muhfaris/API Request Action

Perform HTTP API requests in GitHub Actions to interact with external services and capture responses.

View on GitHub

Trust Signals

Scorecard Score
Scorecard 2–4scored Jul 6, 2026
Maintenance Recency
Stalelast commit Sep 21, 2023
License
None
Runtime
Deprecated runtime

Pinned Snippet

workflow.ymlSHA-pinned
uses: muhfaris/request-action@e9c380f048db96e11665fbb8edabf795e269ff7f # v0.1.2

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
urlThe URL of the API you want to make a request toyes
headersA JSON-formatted string containing the headers to include in the request{"Content-Type": "application/json"}
bodyThe request body data (if applicable).
methodThe HTTP method to use for the request (default is POST if not specified).POST
namedescription
response-statusThe HTTP status code of the API response
response-dataThe JSON-formatted response data from the API