From 10dcece5bb8ad8bccdb396788f5de496cf9adbcc Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner Date: Mon, 10 Mar 2025 16:06:14 +0100 Subject: [PATCH] WF --- .github/workflows/move-to-main-repo.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/move-to-main-repo.yaml b/.github/workflows/move-to-main-repo.yaml index c84971e..bc8640c 100644 --- a/.github/workflows/move-to-main-repo.yaml +++ b/.github/workflows/move-to-main-repo.yaml @@ -24,6 +24,8 @@ jobs: echo "Filtering Issues with Label MigrationTest" raw_output=$(gh issue list --json title,labels) + echo "$raw_output" + filtered_issues=$(echo "$raw_output" | jq -r '.[] | select(.labels[]? == "MigrationTest") | .title') if [ -z "$filtered_issues" ]; then echo "No issues found with label 'MigrationTest'." @@ -73,6 +75,7 @@ jobs: env: GH_TOKEN: ${{ steps.generate-token.outputs.token }} run: | + script_name="wf-test" target_repo="community-scripts/ProxmoxVE"