Skip to content

Commit fc687f8

Browse files
committed
docs: update examples
1 parent 3b32bfa commit fc687f8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/examples.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,8 @@ jobs:
279279
280280
### Keep a fork up-to-date with its upstream
281281
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.
283284
284285
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`.
285286

0 commit comments

Comments
 (0)