Update move-to-main-repo.yaml
This commit is contained in:
parent
e6efb75f0e
commit
eca9b0ba46
13
.github/workflows/move-to-main-repo.yaml
vendored
13
.github/workflows/move-to-main-repo.yaml
vendored
@ -83,18 +83,13 @@ jobs:
|
|||||||
|
|
||||||
commit_message="Add script files for $script_name"
|
commit_message="Add script files for $script_name"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
git checkout -b "$branch_name"
|
git checkout -b "$branch_name"
|
||||||
|
|
||||||
git status
|
git add ct/$script_name.sh
|
||||||
|
git add origin/main install/$script_name-install.sh
|
||||||
git checkout origin/main ct/$script_name.sh
|
git add origin/main json/$script_name.json
|
||||||
git checkout origin/main install/$script_name-install.sh
|
|
||||||
git checkout origin/main json/$script_name.json
|
|
||||||
|
|
||||||
git add .
|
|
||||||
git commit -m "$commit_message"
|
git commit -m "$commit_message"
|
||||||
|
|
||||||
git status
|
git status
|
||||||
|
Loading…
x
Reference in New Issue
Block a user