From 18df31ff7b7aabf1aaa9932e78fd471fa14e589e Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner Date: Tue, 18 Mar 2025 09:44:46 +0100 Subject: [PATCH] Workflow --- .github/workflows/move-to-main-repo.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/move-to-main-repo.yaml b/.github/workflows/move-to-main-repo.yaml index b33d3a2..598b1b0 100644 --- a/.github/workflows/move-to-main-repo.yaml +++ b/.github/workflows/move-to-main-repo.yaml @@ -5,8 +5,6 @@ on: issues: types: - labeled - labels: - - "Migration To ProxmoxVE" permissions: contents: write @@ -126,7 +124,7 @@ jobs: env: GITHUB_TOKEN: ${{ steps.app-token.outputs.token }} run: | - script_name="wf-test" + script_name="${{ steps.list_issues.outputs.script_name }}" target_repo="community-scripts/ProxmoxVE" branch_name="add-script-$script_name" commit_message="Add script files for $script_name"