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"