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
Copy file name to clipboardExpand all lines: docs/examples.md
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -279,7 +279,8 @@ jobs:
279
279
280
280
### Keep a fork up-to-date with its upstream
281
281
282
-
This example should not be run in the fork itself because committing anything to the fork's default branch would cause it to differ from the upstream. Create a new repository where this workflow will run.
282
+
This example is designed to be run in a seperate repository from the fork repository itself.
283
+
The aim of this is to prevent committing anything to the fork's default branch would cause it to differ from the upstream.
283
284
284
285
In the following example workflow, `owner/repo` is the upstream repository and `fork-owner/repo` is the fork. It assumes the default branch of the upstream repository is called `master`.
0 commit comments