This commit is contained in:
Michel Roegl-Brunner 2025-03-10 16:01:04 +01:00
parent b283296e60
commit 0aef84929a

View File

@ -23,7 +23,8 @@ jobs:
run: |
echo "Filtering Issues with Label MigrationTest"
gh issue list --label "MigrationTest"
gh issue list --label "MigrationTest" --repo community-scripts/ProxmoxVED
gh issue list --label "MigrationTest" --json title
script_name=$(gh issue list --label "MigrationTest" --json title --jq '.[0].title')
echo "Found script name: $script_name"