diff --git a/.github/workflows/move-to-main-repo.yaml b/.github/workflows/move-to-main-repo.yaml index 5685f2e6..37efb4ab 100644 --- a/.github/workflows/move-to-main-repo.yaml +++ b/.github/workflows/move-to-main-repo.yaml @@ -47,6 +47,9 @@ jobs: filtered_issues=$(echo "$raw_output" | jq -r '.[] | select(.labels[]?.name == "Migration To ProxmoxVE") | .title') issue_nr=$(echo "$raw_output" | jq -r '.[] | select(.labels[]?.name == "Migration To ProxmoxVE") | .number' | head -n 1) + echo $raw_output + echo $filtered_issues + echo $issue_nr if [ -z "$filtered_issues" ]; then echo "No issues found with label 'Migration To ProxmoxVE'." exit 1