From dea0e1ef76e2273c82edd07d6ad699ea2fa06498 Mon Sep 17 00:00:00 2001 From: Umair Jibran Date: Thu, 25 May 2023 02:15:18 +0500 Subject: [PATCH] DOCS: remove white spaces --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 25ab4eb..d594eb8 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ jobs: steps: - name: Checks out code - uses: actions/checkout@v3 + uses: actions/checkout@v3 - name: Merge PR to Testing Branch uses: solenova-tech/gamma@v1.0.0 # replace version with latest from https://github.com/marketplace/actions/gamma-ci-made-easy @@ -36,9 +36,6 @@ jobs: target-branch: 'staging' # replace this name with your testing branch ``` - - - ## Inputs `target-branch` (optional): The branch in which you want to merge the pull request. Defaults to 'alpha'.