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: README.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -100,13 +100,14 @@ plugins:
100
100
Configure target repositories:
101
101
102
102
- Target repositories are specified at the source repository [Sync Files Workflow](.github/workflows/sync-files.yaml) in the matrix.
103
-
- Files to sync are specified in the target repository file `.github/sync.yaml`:
103
+
- Files to sync are specified in the target repository file `.github/sync.yaml`.
104
+
- `copy`section contains an array of files to copy, either in `source/file` or `source/file:destination/file` form. Destination subdirectories are created when necessary.
0 commit comments