Update move-to-main-repo.yaml
This commit is contained in:
parent
424941d852
commit
c8916e52e1
2
.github/workflows/move-to-main-repo.yaml
vendored
2
.github/workflows/move-to-main-repo.yaml
vendored
@ -90,4 +90,6 @@ jobs:
|
|||||||
git commit -m "$commit_message"
|
git commit -m "$commit_message"
|
||||||
git push origin "$branch_name"
|
git push origin "$branch_name"
|
||||||
|
|
||||||
|
git status
|
||||||
|
|
||||||
gh pr create --title "Add script files for $script_name" --body "This PR adds the $script_name script files." --base main --head "community-scripts/ProxmoxVED:$branch_name" --repo "${target_repo}"
|
gh pr create --title "Add script files for $script_name" --body "This PR adds the $script_name script files." --base main --head "community-scripts/ProxmoxVED:$branch_name" --repo "${target_repo}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user