WF
This commit is contained in:
parent
c3bf98bf78
commit
fdf56fc92c
11
.github/workflows/move-to-main-repo.yaml
vendored
11
.github/workflows/move-to-main-repo.yaml
vendored
@ -103,8 +103,11 @@ jobs:
|
|||||||
git commit -m "$commit_message"
|
git commit -m "$commit_message"
|
||||||
git remote add upstream https://github.com/${target_repo}.git
|
git remote add upstream https://github.com/${target_repo}.git
|
||||||
git fetch upstream
|
git fetch upstream
|
||||||
gh auth status
|
|
||||||
|
|
||||||
git push upstream "$branch_name"
|
- name: Push
|
||||||
|
uses: ad-m/github-push-action@master
|
||||||
gh pr create --base main --head "$branch_name" --title "$commit_message" --body "This PR adds the script files for $script_name." -R $target_repo
|
with:
|
||||||
|
github_token: ${{ steps.app-token.outputs.token }}
|
||||||
|
repository: community-scripts/ProxmoxVE
|
||||||
|
branch: test
|
||||||
|
force: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user