From 0e532e2cca78e35de7bdd75521b2a60e29b0d5ea Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner Date: Tue, 18 Mar 2025 09:47:41 +0100 Subject: [PATCH] Workflow --- .github/workflows/move-to-main-repo.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/move-to-main-repo.yaml b/.github/workflows/move-to-main-repo.yaml index 4376e87..580a219 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"