-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample.config.yml
More file actions
18 lines (17 loc) · 870 Bytes
/
example.config.yml
File metadata and controls
18 lines (17 loc) · 870 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
commit-message: "Global commit message" # Optional, defaults to "Sync GitHub files"
entries:
- commit-message: "Sync README" # Optionally, Overwrites the global commit message
from: # Copies from The repo Knerio/Knerio the file README.md
repo: "Knerio/Knerio" # Optionally, if not set, the repository of the action is getting selected
file: "README.md"
to: # Pastes as README.md (can also be renamed) in Knerio/GithubSyncFilesAction
repo: "Knerio/GithubSyncFilesAction" # Optionally, if not set, the repository of the action is getting selected
file: "showcase/README.md"
- ignored:
- "*.config.yml" # You can also exclude files and directories
from:
repo: "Knerio/Knerio"
file: ".github/" # You can also copy a whole directory
to:
repo: "Knerio/GithubSyncFilesAction"
file: "showcase/second/"