This commit is contained in:
Michel Roegl-Brunner 2025-03-10 15:58:26 +01:00
parent cb46b60989
commit 37b864d1cb

View File

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