From fb9d14cf4aacdf17fba90a1f93284f70edad8d72 Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner Date: Tue, 18 Mar 2025 09:15:17 +0100 Subject: [PATCH] Workflow --- .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 5685f2e..37efb4a 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