From bc5d587494b3c340ed2867970a80dfdbd0423fb6 Mon Sep 17 00:00:00 2001 From: Muhammad Faris 'Afif Date: Thu, 21 Sep 2023 10:59:59 +0700 Subject: [PATCH] doc(readme): add status badge github --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index cd8e8df..8ef3cc0 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,10 @@ # GitHub Action API Request +[![API Request Action](https://github.com/muhfaris/request-action/actions/workflows/api.yaml/badge.svg)](https://github.com/muhfaris/request-action/actions/workflows/api.yaml) + This GitHub Action allows you to make HTTP API requests as part of your workflow. You can use it to interact with external services and capture the response data for further use in your workflow. This README provides instructions on how to set up and use this action in your GitHub Actions workflow. + ## Usage To use this GitHub Action in your workflow, you need to define the following inputs: