mirror of
https://github.com/community-scripts/ProxmoxVED.git
synced 2026-02-25 05:57:26 +00:00
WF
This commit is contained in:
6
.github/workflows/move-to-main-repo.yaml
vendored
6
.github/workflows/move-to-main-repo.yaml
vendored
@@ -58,9 +58,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 .
|
||||||
git commit -m "$commit_message"
|
git commit -m "$commit_message"
|
||||||
|
|||||||
Reference in New Issue
Block a user