This commit is contained in:
Michel Roegl-Brunner 2025-03-18 09:47:41 +01:00
parent 63fa4b9658
commit 0e532e2cca

View File

@ -125,6 +125,7 @@ jobs:
- name: Clone ProxmoxVE (Target Repo) - name: Clone ProxmoxVE (Target Repo)
run: | run: |
script_name="${{ steps.list_issues.outputs.script_name }}"
git clone https://x-access-token:${{ secrets.GH_MERGE_PAT }}@github.com/community-scripts/ProxmoxVE.git ProxmoxVE git clone https://x-access-token:${{ secrets.GH_MERGE_PAT }}@github.com/community-scripts/ProxmoxVE.git ProxmoxVE
cd ProxmoxVE cd ProxmoxVE
git checkout -b "$branch_name" git checkout -b "$branch_name"