Update move-to-main-repo.yaml
This commit is contained in:
parent
eca9b0ba46
commit
0ee0d95a24
8
.github/workflows/move-to-main-repo.yaml
vendored
8
.github/workflows/move-to-main-repo.yaml
vendored
@ -86,9 +86,11 @@ jobs:
|
||||
|
||||
git checkout -b "$branch_name"
|
||||
|
||||
git add ct/$script_name.sh
|
||||
git add origin/main install/$script_name-install.sh
|
||||
git add origin/main json/$script_name.json
|
||||
cp "/ct/$script_name.sh" .
|
||||
cp "/install/$script_name-install.sh" .
|
||||
cp "/json/$script_name.json" .
|
||||
|
||||
git add .
|
||||
|
||||
git commit -m "$commit_message"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user