Update move-to-main-repo.yaml
This commit is contained in:
parent
448213ddc4
commit
73dadd85c1
11
.github/workflows/move-to-main-repo.yaml
vendored
11
.github/workflows/move-to-main-repo.yaml
vendored
@ -110,7 +110,12 @@ jobs:
|
||||
git add .
|
||||
git commit -m "Ensure test branch exists" || echo "No changes to commit"
|
||||
|
||||
- name: Push branch
|
||||
run: |
|
||||
git push --set-upstream origin test --force
|
||||
- name: Push to ProxmoxVE
|
||||
uses: ad-m/github-push-action@master
|
||||
with:
|
||||
github_token: ${{ secrets.GH_MERGE_PAT }}
|
||||
repository: community-scripts/ProxmoxVE
|
||||
branch: test
|
||||
force: true
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user