We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1ef0a3 commit 6cce6a7Copy full SHA for 6cce6a7
.github/sync-config.yml
@@ -1,7 +1,7 @@
1
repos:
2
- - "kRxZykRxZy/Scratch-Coding-Hut" # Target repo
+ - "Scratch-Coding-Hut/Scratch-Coding-Hut" # Correct target repo
3
4
files:
5
- - source: "/src" # Sync the entire src folder
6
- dest: "/" # Place it in the root directory of the target repo
7
- delete: true # Set to true if you want to delete extra files in the target repo
+ - source: "/src/" # Copy all files inside 'src' folder
+ dest: "/" # Place them in the root of the target repo
+ delete: true # Delete extra files in the target repo
0 commit comments