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