diff --git a/.github/workflows/move-to-main-repo.yaml b/.github/workflows/move-to-main-repo.yaml index 4376e873..580a219f 100644 --- a/.github/workflows/move-to-main-repo.yaml +++ b/.github/workflows/move-to-main-repo.yaml @@ -125,6 +125,7 @@ jobs: - name: Clone ProxmoxVE (Target Repo) 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 cd ProxmoxVE git checkout -b "$branch_name"