Skip to content

Commit 6cce6a7

Browse files
authored
Update sync-config.yml
1 parent c1ef0a3 commit 6cce6a7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/sync-config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
repos:
2-
- "kRxZykRxZy/Scratch-Coding-Hut" # Target repo
2+
- "Scratch-Coding-Hut/Scratch-Coding-Hut" # Correct target repo
33

44
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
5+
- source: "/src/" # Copy all files inside 'src' folder
6+
dest: "/" # Place them in the root of the target repo
7+
delete: true # Delete extra files in the target repo

0 commit comments

Comments
 (0)