diff --git a/.github/workflows/move-to-main-repo.yaml b/.github/workflows/move-to-main-repo.yaml index f426e76..b33d3a2 100644 --- a/.github/workflows/move-to-main-repo.yaml +++ b/.github/workflows/move-to-main-repo.yaml @@ -64,6 +64,7 @@ jobs: - name: Check if script files exist id: check_files run: | + script_name="${{ steps.list_issues.outputs.script_name }}" ct_file="ct/${script_name}.sh" install_file="install/${script_name}-install.sh" json_file="frontend/public/json/${script_name}.json"