-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b100b0a
commit dea0e1e
Showing
1 changed file
with
1 addition
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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'. | ||
|