From 44967543f69cfa07f04a9f96bd6caa2e7616330d Mon Sep 17 00:00:00 2001 From: Jose Moreno Date: Fri, 4 Oct 2024 16:30:01 +0200 Subject: [PATCH] bugfix? --- .github/workflows/translatev2.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/translatev2.yml b/.github/workflows/translatev2.yml index 55c09123f..ffc9b00a7 100644 --- a/.github/workflows/translatev2.yml +++ b/.github/workflows/translatev2.yml @@ -69,7 +69,7 @@ jobs: fi done done - echo "impacted_cl_files=$impacted_cl_files" >> $GITHUB_OUTPUT + echo "impacted_cl_files=(${impacted_cl_files[@]})" >> $GITHUB_OUTPUT echo "done_something=$done_something" >> $GITHUB_OUTPUT # Process the impacted checklists and generate v1 versions - name: Generate v1 JSON checklists and translate them @@ -101,7 +101,7 @@ jobs: echo "Translating $cl_v1_file (this can take a few minutes)..." python3 ./scripts/translate.py --input-file $cl_v1_file done - echo "cl_v1_files=$cl_v1_files" >> $GITHUB_OUTPUT + echo "cl_v1_files=(${cl_v1_files[@]})" >> $GITHUB_OUTPUT # Generate macro-free spreadsheets and Azure Monitor workbooks - name: Setup python