From 37b864d1cb935f700fa836d50e4aa62677451065 Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner Date: Mon, 10 Mar 2025 15:58:26 +0100 Subject: [PATCH] WF --- .github/workflows/move-to-main-repo.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/move-to-main-repo.yaml b/.github/workflows/move-to-main-repo.yaml index 19b0f15..e4cffe9 100644 --- a/.github/workflows/move-to-main-repo.yaml +++ b/.github/workflows/move-to-main-repo.yaml @@ -23,6 +23,7 @@ jobs: 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"