From 28528ebb383531703bea5db98b2ace8f81caae52 Mon Sep 17 00:00:00 2001 From: Umair Jibran Date: Thu, 25 May 2023 23:53:46 +0500 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 5805b91..948e9a3 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,10 @@ This GitHub Action allows you to merge your pull requests directly into the testing branch with ease. It simplifies the process of merging pull requests by automating the necessary Git commands. +## Installation + +Install it from [GitHub Marketplace](https://github.com/marketplace/actions/gamma-ci-made-easy) + ## Usage This action is triggered only when a pull request is opened, reopened, or synchronized, in other cases the action will not produce expected result. To use this action in your workflow, you can include the following snippet in your workflow file (e.g., `.github/workflows/main.yml`):