From b283296e60f4d4ae1711e121aaea8aa34f8dad94 Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner Date: Mon, 10 Mar 2025 15:59:18 +0100 Subject: [PATCH] EF --- .github/workflows/move-to-main-repo.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/move-to-main-repo.yaml b/.github/workflows/move-to-main-repo.yaml index e4cffe9..ca51cb2 100644 --- a/.github/workflows/move-to-main-repo.yaml +++ b/.github/workflows/move-to-main-repo.yaml @@ -22,8 +22,9 @@ jobs: id: list_issues run: | echo "Filtering Issues with Label MigrationTest" - gh issue list + gh issue list --label "MigrationTest" + script_name=$(gh issue list --label "MigrationTest" --json title --jq '.[0].title') echo "Found script name: $script_name"