From b4d2d10dec7bca760dfafca7274388230c7cf073 Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner Date: Mon, 10 Mar 2025 16:02:21 +0100 Subject: [PATCH] WF --- .github/workflows/move-to-main-repo.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/move-to-main-repo.yaml b/.github/workflows/move-to-main-repo.yaml index 1e7fb6d..48ec0b6 100644 --- a/.github/workflows/move-to-main-repo.yaml +++ b/.github/workflows/move-to-main-repo.yaml @@ -37,7 +37,7 @@ jobs: - name: Check if script files exist id: check_files run: | - script_name="${{ env.script_name }}" + script_name="wf-test" # Check if files exist under /ct, /install, and /json ct_file="ct/${script_name}.sh"