This commit is contained in:
Michel Roegl-Brunner 2025-03-10 15:59:18 +01:00
parent 37b864d1cb
commit b283296e60

View File

@ -22,8 +22,9 @@ jobs:
id: list_issues id: list_issues
run: | run: |
echo "Filtering Issues with Label MigrationTest" echo "Filtering Issues with Label MigrationTest"
gh issue list
gh issue list --label "MigrationTest" 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"