File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 5757 - name : Checkout
5858 uses : actions/checkout@v2
5959 with :
60- ref : ${{ github.event.inputs. branch }}
60+ ref : master # set the branch to merge
6161 fetch-depth : 0
6262 - name : Merge Upstream
6363 uses : exions/merge-upstream@v1
@@ -74,8 +74,8 @@ Reference:
7474This action can trigger manually as needed.
7575
76761. Go to ` Actions` at the top of your Github repository
77- 2. Click on `Manual Undo Push Action` (or other name you have given) under `All workflows`
77+ 2. Click on `Manual Merge Upstream Action` (or other name you have given) under `All workflows`
78783. You will see `Run workflow`, click on it
79- 4. Fill in the branch to undo the most recent push (⚠️ make sure it is correct)
79+ 4. Fill in the upstream repository and the branch to merge (⚠️ make sure it is correct)
80805. Click `Run workflow`
81816. Check your branch commit history
You can’t perform that action at this time.
0 commit comments