mirror of
https://github.com/community-scripts/ProxmoxVED.git
synced 2026-02-25 05:57:26 +00:00
Update move-to-main-repo.yaml
This commit is contained in:
committed by
GitHub
parent
67da894a5e
commit
e08496a55d
9
.github/workflows/move-to-main-repo.yaml
vendored
9
.github/workflows/move-to-main-repo.yaml
vendored
@@ -79,15 +79,20 @@ jobs:
|
|||||||
|
|
||||||
git fetch upstream
|
git fetch upstream
|
||||||
|
|
||||||
|
|
||||||
git checkout -b "$branch_name" upstream/main
|
git checkout -b "$branch_name" upstream/main
|
||||||
|
|
||||||
|
git status
|
||||||
|
|
||||||
git checkout origin/main ct/$script_name.sh
|
git checkout origin/main ct/$script_name.sh
|
||||||
git checkout origin/main install/$script_name-install.sh
|
git checkout origin/main install/$script_name-install.sh
|
||||||
git checkout origin/main 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"
|
||||||
|
|
||||||
|
git status
|
||||||
|
|
||||||
git push origin "$branch_name"
|
git push origin "$branch_name"
|
||||||
|
|
||||||
git status
|
git status
|
||||||
|
|||||||
Reference in New Issue
Block a user