You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
upstream-branch: master # set the upstream branch to merge from
72
+
branch: upstream # set the branch to merge to
67
73
```
68
74
69
75
Reference:
70
76
- [Triggering a workflow with events](https://docs.github.com/en/actions/configuring-and-managing-workflows/configuring-a-workflow#triggering-a-workflow-with-events)
77
+
- [Creating a composite run steps action](https://docs.github.com/en/actions/creating-actions/creating-a-composite-run-steps-action)
71
78
72
79
## How to run this action manually
73
80
@@ -76,6 +83,6 @@ This action can trigger manually as needed.
76
83
1. Go to `Actions` at the top of your Github repository
77
84
2. Click on `Manual Merge Upstream Action` (or other name you have given) under `All workflows`
78
85
3. You will see `Run workflow`, click on it
79
-
4. Fill in the upstream repository and the branch to merge (⚠️ make sure it is correct)
86
+
4. Fill in the upstream repository and branch to merge from, and the branch to merge to (⚠️ double check all are correct)
0 commit comments