From 0aef84929a3e09b5839f4152fbe2d30aaa3b0290 Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner Date: Mon, 10 Mar 2025 16:01:04 +0100 Subject: [PATCH] WF --- .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 ca51cb2..1e7fb6d 100644 --- a/.github/workflows/move-to-main-repo.yaml +++ b/.github/workflows/move-to-main-repo.yaml @@ -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"