Skip to content

Commit 3fdb07b

Browse files
authored
docs: Improve example and how to run steps
1 parent 5a7cffd commit 3fdb07b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
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:
7474
This action can trigger manually as needed.
7575
7676
1. 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`
7878
3. 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)
8080
5. Click `Run workflow`
8181
6. Check your branch commit history

0 commit comments

Comments
 (0)