Skip to content

Commit

Permalink
DOCS: remove white spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
UmairJibran committed May 24, 2023
1 parent b100b0a commit dea0e1e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,14 @@ jobs:

steps:
- name: Checks out code
uses: actions/checkout@v3
uses: actions/checkout@v3

- name: Merge PR to Testing Branch
uses: solenova-tech/[email protected] # replace version with latest from https://github.com/marketplace/actions/gamma-ci-made-easy
with:
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'.
Expand Down

0 comments on commit dea0e1e

Please sign in to comment.