WF
This commit is contained in:
parent
887c09e7e3
commit
b3ccf69f33
6
.github/workflows/move-to-main-repo.yaml
vendored
6
.github/workflows/move-to-main-repo.yaml
vendored
@ -82,9 +82,9 @@ jobs:
|
|||||||
|
|
||||||
git checkout -b "$branch_name" upstream/main
|
git checkout -b "$branch_name" upstream/main
|
||||||
|
|
||||||
cp "ct/$script_name.sh" .
|
git checkout origin/main ct/$script_name.sh
|
||||||
cp "install/$script_name-install.sh" .
|
git checkout origin/main install/$script_name-install.sh
|
||||||
cp "json/$script_name.json" .
|
git checkout origin/main json/$script_name.json
|
||||||
|
|
||||||
git add .
|
git add .
|
||||||
git commit -m "$commit_message"
|
git commit -m "$commit_message"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user