From 3ae2d9236381068c30bda57daed6f0681df8fdcc Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner Date: Tue, 6 May 2025 14:30:26 +0200 Subject: [PATCH] Workflow change --- .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 a7e57d8..cbe5b0a 100644 --- a/.github/workflows/move-to-main-repo.yaml +++ b/.github/workflows/move-to-main-repo.yaml @@ -77,10 +77,11 @@ jobs: if [[ ! -f "$json_file" ]]; then if [[ "$json_file" = *alpine* ]]; then stripped_name="${json_file#alpine-}" + echo $stripped_name if [[ -f "frontend/public/json/$stripped_name" ]]; then echo "files_found=true" >> $GITHUB_OUTPUT else - echo "json file not found." + echo "json file striped not found." echo "files_found=false" >> $GITHUB_OUTPUT echo "missing=$json_file" >> $GITHUB_OUTPUT fi